Uses of Class
com.azure.resourcemanager.storage.models.Kind
-
Packages that use Kind Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Kind in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return Kind Modifier and Type Method Description KindSkuInformationInner. kind()Get the kind property: Indicates the type of storage account.KindStorageAccountInner. kind()Get the kind property: Gets the Kind. -
Uses of Kind in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as Kind Modifier and Type Field Description static KindKind. BLOB_STORAGEStatic value BlobStorage for Kind.static KindKind. BLOCK_BLOB_STORAGEStatic value BlockBlobStorage for Kind.static KindKind. FILE_STORAGEStatic value FileStorage for Kind.static KindKind. STORAGEStatic value Storage for Kind.static KindKind. STORAGE_V2Static value StorageV2 for Kind.Methods in com.azure.resourcemanager.storage.models that return Kind Modifier and Type Method Description static KindKind. fromString(String name)Creates or finds a Kind from its string representation.KindStorageAccount. kind()KindStorageAccountCreateParameters. kind()Get the kind property: Required.KindStorageAccountUpdateParameters. kind()Get the kind property: Optional.KindStorageSku. storageAccountKind()Methods in com.azure.resourcemanager.storage.models that return types with arguments of type Kind Modifier and Type Method Description static Collection<Kind>Kind. values()Methods in com.azure.resourcemanager.storage.models with parameters of type Kind Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withKind(Kind kind)Set the kind property: Required.StorageAccountUpdateParametersStorageAccountUpdateParameters. withKind(Kind kind)Set the kind property: Optional.
-