Uses of Interface
com.azure.resourcemanager.batch.models.Application.DefinitionStages.WithCreate
Packages that use Application.DefinitionStages.WithCreate
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of Application.DefinitionStages.WithCreate in com.azure.resourcemanager.batch.models
Subinterfaces of Application.DefinitionStages.WithCreate in com.azure.resourcemanager.batch.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Application definition.Methods in com.azure.resourcemanager.batch.models that return Application.DefinitionStages.WithCreateModifier and TypeMethodDescriptionApplication.DefinitionStages.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.DefinitionStages.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.DefinitionStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: The display name for the application..Application.DefinitionStages.WithParentResource.withExistingBatchAccount(String resourceGroupName, String accountName) Specifies resourceGroupName, accountName.