Uses of Interface
com.azure.resourcemanager.batch.models.Application.Update
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of Application.Update in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionApplication.update()
Begins update for the Application resource.Application.UpdateStages.WithAllowUpdates.withAllowUpdates
(Boolean allowUpdates) Specifies the allowUpdates property: A value indicating whether packages within the application may be overwritten using the same version string..Application.UpdateStages.WithDefaultVersion.withDefaultVersion
(String defaultVersion) Specifies the defaultVersion property: The package to use if a client requests the application but does not specify a version.Application.UpdateStages.WithDisplayName.withDisplayName
(String displayName) Specifies the displayName property: The display name for the application..