Uses of Class
com.azure.resourcemanager.storage.models.ListKeyExpand
-
Packages that use ListKeyExpand Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.models 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 ListKeyExpand Modifier and Type Method Description Mono<StorageAccountListKeysResultInner>StorageAccountsClient. listKeysAsync(String resourceGroupName, String accountName, ListKeyExpand expand)Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.com.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
Methods in com.azure.resourcemanager.storage.models that return ListKeyExpand Modifier and Type Method Description static ListKeyExpandListKeyExpand. fromString(String value)Parses a serialized value to a ListKeyExpand instance.static ListKeyExpandListKeyExpand. valueOf(String name)Returns 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.
-