Uses of Enum
com.azure.resourcemanager.storage.models.ListKeyExpand
Packages that use ListKeyExpand
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of ListKeyExpand in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type ListKeyExpandModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<StorageAccountListKeysResultInner> StorageAccountsClient.listKeysWithResponse(String resourceGroupName, String accountName, ListKeyExpand expand, com.azure.core.util.Context context) Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>> StorageAccountsClient.listKeysWithResponseAsync(String resourceGroupName, String accountName, ListKeyExpand expand) Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account. -
Uses of ListKeyExpand in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type ListKeyExpand in com.azure.resourcemanager.storage.modelsMethods in com.azure.resourcemanager.storage.models that return ListKeyExpandModifier and TypeMethodDescriptionstatic ListKeyExpandListKeyExpand.fromString(String value) Parses a serialized value to a ListKeyExpand instance.static ListKeyExpandReturns the enum constant of this type with the specified name.static ListKeyExpand[]ListKeyExpand.values()Returns an array containing the constants of this enum type, in the order they are declared.