Uses of Interface
com.azure.resourcemanager.batch.models.BatchAccountKeys
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccountKeys in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccount.getKeys()
Gets the account keys for the specified Batch account.Gets the account keys for the specified Batch account.BatchAccount.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.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<BatchAccountKeys>
BatchAccount.getKeysWithResponse
(com.azure.core.util.Context context) Gets the account keys for the specified Batch account.com.azure.core.http.rest.Response<BatchAccountKeys>
BatchAccounts.getKeysWithResponse
(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets the account keys for the specified 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.