Uses of Interface
com.azure.resourcemanager.batch.models.Application
Packages that use Application
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of Application in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ApplicationModifier and TypeMethodDescriptionApplication.Update.apply()Executes the update request.Application.Update.apply(com.azure.core.util.Context context) Executes the update request.Application.DefinitionStages.WithCreate.create()Executes the create request.Application.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets information about the specified application.Gets information about the specified application.Application.refresh()Refreshes the resource to sync with Azure.Application.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 ApplicationModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Application>Applications.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets information about the specified application.com.azure.core.http.rest.Response<Application>Applications.getWithResponse(String resourceGroupName, String accountName, String applicationName, com.azure.core.util.Context context) Gets information about the specified application.com.azure.core.http.rest.PagedIterable<Application>Lists all of the applications in the specified account.com.azure.core.http.rest.PagedIterable<Application>Applications.list(String resourceGroupName, String accountName, Integer maxresults, com.azure.core.util.Context context) Lists all of the applications in the specified account.