Uses of Class
com.azure.resourcemanager.batch.fluent.models.BatchAccountKeysInner
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent that return BatchAccountKeysInnerModifier 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.Methods in com.azure.resourcemanager.batch.fluent that return types with arguments of type BatchAccountKeysInnerModifier 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
Methods in com.azure.resourcemanager.batch.models that return BatchAccountKeysInnerModifier and TypeMethodDescriptionBatchAccountKeys.innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchAccountKeysInner object.