Uses of Class
com.azure.resourcemanager.batch.fluent.models.ApplicationInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of ApplicationInner in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionAdds an application to the specified Batch account.Gets information about the specified application.ApplicationsClient.update
(String resourceGroupName, String accountName, String applicationName, ApplicationInner parameters) Updates settings for the specified application.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInner>
ApplicationsClient.createWithResponse
(String resourceGroupName, String accountName, String applicationName, ApplicationInner parameters, com.azure.core.util.Context context) Adds an application to the specified Batch account.com.azure.core.http.rest.Response<ApplicationInner>
ApplicationsClient.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<ApplicationInner>
Lists all of the applications in the specified account.com.azure.core.http.rest.PagedIterable<ApplicationInner>
ApplicationsClient.list
(String resourceGroupName, String accountName, Integer maxresults, com.azure.core.util.Context context) Lists all of the applications in the specified account.com.azure.core.http.rest.Response<ApplicationInner>
ApplicationsClient.updateWithResponse
(String resourceGroupName, String accountName, String applicationName, ApplicationInner parameters, com.azure.core.util.Context context) Updates settings for the specified application.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInner>
ApplicationsClient.createWithResponse
(String resourceGroupName, String accountName, String applicationName, ApplicationInner parameters, com.azure.core.util.Context context) Adds an application to the specified Batch account.ApplicationsClient.update
(String resourceGroupName, String accountName, String applicationName, ApplicationInner parameters) Updates settings for the specified application.com.azure.core.http.rest.Response<ApplicationInner>
ApplicationsClient.updateWithResponse
(String resourceGroupName, String accountName, String applicationName, ApplicationInner parameters, com.azure.core.util.Context context) Updates settings for the specified application. -
Uses of ApplicationInner in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionApplicationInner.withAllowUpdates
(Boolean allowUpdates) Set the allowUpdates property: A value indicating whether packages within the application may be overwritten using the same version string.ApplicationInner.withDefaultVersion
(String defaultVersion) Set the defaultVersion property: The package to use if a client requests the application but does not specify a version.ApplicationInner.withDisplayName
(String displayName) Set the displayName property: The display name for the application. -
Uses of ApplicationInner in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionApplication.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.ApplicationInner object.Modifier and TypeMethodDescriptionListApplicationsResult.value()
Get the value property: The list of applications.Modifier and TypeMethodDescriptionListApplicationsResult.withValue
(List<ApplicationInner> value) Set the value property: The list of applications.