Uses of Class
com.azure.resourcemanager.batch.models.BatchAccountRegenerateKeyParameters
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent with parameters of type BatchAccountRegenerateKeyParametersModifier 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
Methods in com.azure.resourcemanager.batch.models that return BatchAccountRegenerateKeyParametersModifier and TypeMethodDescriptionBatchAccountRegenerateKeyParameters.withKeyName(AccountKeyType keyName) Set the keyName property: The type of account key to regenerate.Methods in com.azure.resourcemanager.batch.models with parameters of type BatchAccountRegenerateKeyParametersModifier 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.