Uses of Class
com.azure.resourcemanager.batch.fluent.models.BatchAccountKeysInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccountKeysInner in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionGets the account keys for the specified Batch account.BatchAccountsClient.regenerateKey
(String resourceGroupName, String accountName, BatchAccountRegenerateKeyParameters parameters) Regenerates the specified account key for the Batch account.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<BatchAccountKeysInner>
BatchAccountsClient.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<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 BatchAccountKeysInner in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccountKeys.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchAccountKeysInner object.