Uses of Class
com.azure.storage.blob.models.ListBlobContainersIncludeType
-
Packages that use ListBlobContainersIncludeType Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of ListBlobContainersIncludeType in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return ListBlobContainersIncludeType Modifier and Type Method Description static ListBlobContainersIncludeTypeListBlobContainersIncludeType. fromString(String value)Parses a serialized value to a ListBlobContainersIncludeType instance.ListBlobContainersIncludeTypeBlobContainerListDetails. toIncludeType()Deprecated.BlobContainerListDetailsnow contains multiple options.static ListBlobContainersIncludeTypeListBlobContainersIncludeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListBlobContainersIncludeType[]ListBlobContainersIncludeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-