Uses of Class
com.azure.resourcemanager.batch.fluent.models.ApplicationPackageInner
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent that return ApplicationPackageInnerModifier 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.Methods in com.azure.resourcemanager.batch.fluent that return types with arguments of type ApplicationPackageInnerModifier 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.Methods in com.azure.resourcemanager.batch.fluent with parameters of type ApplicationPackageInnerModifier 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
Methods in com.azure.resourcemanager.batch.models that return ApplicationPackageInnerModifier and TypeMethodDescriptionApplicationPackage.innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.ApplicationPackageInner object.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type ApplicationPackageInnerModifier and TypeMethodDescriptionListApplicationPackagesResult.value()Get the value property: The list of application packages.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type ApplicationPackageInnerModifier and TypeMethodDescriptionListApplicationPackagesResult.withValue(List<ApplicationPackageInner> value) Set the value property: The list of application packages.