Class StorageService
java.lang.Object
org.jclouds.azurecompute.arm.domain.StorageService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static enum
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageService
create
(String id, String name, String location, Map<String, String> tags, String type, StorageService.StorageServiceProperties storageServiceProperties) abstract String
id()
Specifies the id of the storage account.abstract String
location()
Specifies the location of the storage account.abstract String
name()
Specifies the name of the storage account.Specifies the properties of the storage account.tags()
Specifies the tags of the storage account.abstract String
type()
Specifies the type of the storage account.
-
Constructor Details
-
StorageService
public StorageService()
-
-
Method Details
-
id
Specifies the id of the storage account. -
name
Specifies the name of the storage account. This name is the DNS prefix name and can be used to access blobs, queues, and tables in the storage account. -
location
Specifies the location of the storage account. -
tags
Specifies the tags of the storage account. -
type
Specifies the type of the storage account. -
storageServiceProperties
Specifies the properties of the storage account. -
create
public static StorageService create(String id, String name, String location, Map<String, String> tags, String type, StorageService.StorageServiceProperties storageServiceProperties)
-