Uses of Class
com.azure.resourcemanager.batch.fluent.models.ApplicationPackageInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of ApplicationPackageInner in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionApplicationPackagesClient.activate
(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters) Activates the specified application package.ApplicationPackagesClient.create
(String resourceGroupName, String accountName, String applicationName, String versionName) Creates an application package record.ApplicationPackagesClient.get
(String resourceGroupName, String accountName, String applicationName, String versionName) Gets information about the specified application package.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationPackageInner>
ApplicationPackagesClient.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<ApplicationPackageInner>
ApplicationPackagesClient.createWithResponse
(String resourceGroupName, String accountName, String applicationName, String versionName, ApplicationPackageInner parameters, com.azure.core.util.Context context) Creates an application package record.com.azure.core.http.rest.Response<ApplicationPackageInner>
ApplicationPackagesClient.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<ApplicationPackageInner>
ApplicationPackagesClient.list
(String resourceGroupName, String accountName, String applicationName) Lists all of the application packages in the specified application.com.azure.core.http.rest.PagedIterable<ApplicationPackageInner>
ApplicationPackagesClient.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.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationPackageInner>
ApplicationPackagesClient.createWithResponse
(String resourceGroupName, String accountName, String applicationName, String versionName, ApplicationPackageInner parameters, com.azure.core.util.Context context) Creates an application package record. -
Uses of ApplicationPackageInner in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionApplicationPackage.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.ApplicationPackageInner object.Modifier and TypeMethodDescriptionListApplicationPackagesResult.value()
Get the value property: The list of application packages.Modifier and TypeMethodDescriptionListApplicationPackagesResult.withValue
(List<ApplicationPackageInner> value) Set the value property: The list of application packages.