Uses of Interface
com.azure.resourcemanager.batch.models.BatchAccount
Packages that use BatchAccount
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccount in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return BatchAccountModifier and TypeMethodDescriptionBatchAccount.Update.apply()Executes the update request.BatchAccount.Update.apply(com.azure.core.util.Context context) Executes the update request.BatchAccount.DefinitionStages.WithCreate.create()Executes the create request.BatchAccount.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets information about the specified Batch account.BatchAccounts.getByResourceGroup(String resourceGroupName, String accountName) Gets information about the specified Batch account.BatchAccount.refresh()Refreshes the resource to sync with Azure.BatchAccount.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type BatchAccountModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<BatchAccount>BatchAccounts.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets information about the specified Batch account.com.azure.core.http.rest.Response<BatchAccount>BatchAccounts.getByResourceGroupWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets information about the specified Batch account.com.azure.core.http.rest.PagedIterable<BatchAccount>BatchAccounts.list()Gets information about the Batch accounts associated with the subscription.com.azure.core.http.rest.PagedIterable<BatchAccount>BatchAccounts.list(com.azure.core.util.Context context) Gets information about the Batch accounts associated with the subscription.com.azure.core.http.rest.PagedIterable<BatchAccount>BatchAccounts.listByResourceGroup(String resourceGroupName) Gets information about the Batch accounts associated with the specified resource group.com.azure.core.http.rest.PagedIterable<BatchAccount>BatchAccounts.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets information about the Batch accounts associated with the specified resource group.