Uses of Class
com.azure.resourcemanager.batch.fluent.models.ApplicationProperties
Packages that use ApplicationProperties
Package
Description
Package containing the inner data models for BatchManagementClient.
-
Uses of ApplicationProperties in com.azure.resourcemanager.batch.fluent.models
Methods in com.azure.resourcemanager.batch.fluent.models that return ApplicationPropertiesModifier and TypeMethodDescriptionApplicationProperties.withAllowUpdates(Boolean allowUpdates) Set the allowUpdates property: A value indicating whether packages within the application may be overwritten using the same version string.ApplicationProperties.withDefaultVersion(String defaultVersion) Set the defaultVersion property: The package to use if a client requests the application but does not specify a version.ApplicationProperties.withDisplayName(String displayName) Set the displayName property: The display name for the application.