Uses of Enum
com.azure.storage.blob.models.ListBlobContainersIncludeType
Packages that use ListBlobContainersIncludeType
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of ListBlobContainersIncludeType in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return ListBlobContainersIncludeTypeModifier and TypeMethodDescriptionListBlobContainersIncludeType.fromString(String value) Parses a serialized value to a ListBlobContainersIncludeType instance.BlobContainerListDetails.toIncludeType()Deprecated.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.
BlobContainerListDetailsnow contains multiple options.