Uses of Class
com.azure.resourcemanager.storage.models.ListEncryptionScopesInclude
Packages that use ListEncryptionScopesInclude
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of ListEncryptionScopesInclude in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type ListEncryptionScopesIncludeModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<EncryptionScopeInner> EncryptionScopesClient.list(String resourceGroupName, String accountName, Integer maxpagesize, String filter, ListEncryptionScopesInclude include, com.azure.core.util.Context context) Lists all the encryption scopes available under the specified storage account.com.azure.core.http.rest.PagedFlux<EncryptionScopeInner> EncryptionScopesClient.listAsync(String resourceGroupName, String accountName, Integer maxpagesize, String filter, ListEncryptionScopesInclude include) Lists all the encryption scopes available under the specified storage account. -
Uses of ListEncryptionScopesInclude in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type ListEncryptionScopesInclude in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classDefines values for ListEncryptionScopesInclude.Fields in com.azure.resourcemanager.storage.models declared as ListEncryptionScopesIncludeModifier and TypeFieldDescriptionstatic final ListEncryptionScopesIncludeListEncryptionScopesInclude.ALLStatic value All for ListEncryptionScopesInclude.static final ListEncryptionScopesIncludeListEncryptionScopesInclude.DISABLEDStatic value Disabled for ListEncryptionScopesInclude.static final ListEncryptionScopesIncludeListEncryptionScopesInclude.ENABLEDStatic value Enabled for ListEncryptionScopesInclude.Methods in com.azure.resourcemanager.storage.models that return ListEncryptionScopesIncludeModifier and TypeMethodDescriptionstatic ListEncryptionScopesIncludeListEncryptionScopesInclude.fromString(String name) Creates or finds a ListEncryptionScopesInclude from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ListEncryptionScopesIncludeModifier and TypeMethodDescriptionListEncryptionScopesInclude.values()Gets known ListEncryptionScopesInclude values.