Uses of Class
com.azure.resourcemanager.batch.models.BatchAccountRegenerateKeyParameters
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccountRegenerateKeyParameters in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionBatchAccountsClient.regenerateKey
(String resourceGroupName, String accountName, BatchAccountRegenerateKeyParameters parameters) Regenerates the specified account key for the Batch account.com.azure.core.http.rest.Response<BatchAccountKeysInner>
BatchAccountsClient.regenerateKeyWithResponse
(String resourceGroupName, String accountName, BatchAccountRegenerateKeyParameters parameters, com.azure.core.util.Context context) Regenerates the specified account key for the Batch account. -
Uses of BatchAccountRegenerateKeyParameters in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccountRegenerateKeyParameters.withKeyName
(AccountKeyType keyName) Set the keyName property: The type of account key to regenerate.Modifier and TypeMethodDescriptionBatchAccount.regenerateKey
(BatchAccountRegenerateKeyParameters parameters) Regenerates the specified account key for the Batch account.BatchAccounts.regenerateKey
(String resourceGroupName, String accountName, BatchAccountRegenerateKeyParameters parameters) Regenerates the specified account key for the Batch account.com.azure.core.http.rest.Response<BatchAccountKeys>
BatchAccount.regenerateKeyWithResponse
(BatchAccountRegenerateKeyParameters parameters, com.azure.core.util.Context context) Regenerates the specified account key for the Batch account.com.azure.core.http.rest.Response<BatchAccountKeys>
BatchAccounts.regenerateKeyWithResponse
(String resourceGroupName, String accountName, BatchAccountRegenerateKeyParameters parameters, com.azure.core.util.Context context) Regenerates the specified account key for the Batch account.