Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountRegenerateKeyParameters
-
Packages that use StorageAccountRegenerateKeyParameters 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 StorageAccountRegenerateKeyParameters in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type StorageAccountRegenerateKeyParameters Modifier and Type Method Description StorageAccountListKeysResultInnerStorageAccountsClient. regenerateKey(String resourceGroupName, String accountName, StorageAccountRegenerateKeyParameters regenerateKey)Regenerates one of the access keys or Kerberos keys for the specified storage account.Mono<StorageAccountListKeysResultInner>StorageAccountsClient. regenerateKeyAsync(String resourceGroupName, String accountName, StorageAccountRegenerateKeyParameters regenerateKey)Regenerates one of the access keys or Kerberos keys for the specified storage account.com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>StorageAccountsClient. regenerateKeyWithResponse(String resourceGroupName, String accountName, StorageAccountRegenerateKeyParameters regenerateKey, com.azure.core.util.Context context)Regenerates one of the access keys or Kerberos keys for the specified storage account.Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>>StorageAccountsClient. regenerateKeyWithResponseAsync(String resourceGroupName, String accountName, StorageAccountRegenerateKeyParameters regenerateKey)Regenerates one of the access keys or Kerberos keys for the specified storage account. -
Uses of StorageAccountRegenerateKeyParameters in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return StorageAccountRegenerateKeyParameters Modifier and Type Method Description StorageAccountRegenerateKeyParametersStorageAccountRegenerateKeyParameters. withKeyName(String keyName)Set the keyName property: The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2.
-