Uses of Interface
com.azure.resourcemanager.batch.models.ApplicationPackage
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ApplicationPackage in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionApplicationPackage.activate
(ActivateApplicationPackageParameters parameters) Activates the specified application package.ApplicationPackages.activate
(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters) Activates the specified application package.ApplicationPackage.DefinitionStages.WithCreate.create()
Executes the create request.ApplicationPackage.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.ApplicationPackages.get
(String resourceGroupName, String accountName, String applicationName, String versionName) Gets information about the specified application package.Gets information about the specified application package.ApplicationPackage.refresh()
Refreshes the resource to sync with Azure.ApplicationPackage.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationPackage>
ApplicationPackage.activateWithResponse
(ActivateApplicationPackageParameters parameters, com.azure.core.util.Context context) Activates the specified application package.com.azure.core.http.rest.Response<ApplicationPackage>
ApplicationPackages.activateWithResponse
(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters, com.azure.core.util.Context context) Activates the specified application package.com.azure.core.http.rest.Response<ApplicationPackage>
ApplicationPackages.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets information about the specified application package.com.azure.core.http.rest.Response<ApplicationPackage>
ApplicationPackages.getWithResponse
(String resourceGroupName, String accountName, String applicationName, String versionName, com.azure.core.util.Context context) Gets information about the specified application package.com.azure.core.http.rest.PagedIterable<ApplicationPackage>
Lists all of the application packages in the specified application.com.azure.core.http.rest.PagedIterable<ApplicationPackage>
ApplicationPackages.list
(String resourceGroupName, String accountName, String applicationName, Integer maxresults, com.azure.core.util.Context context) Lists all of the application packages in the specified application.