Uses of Class
com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties
Packages that use GalleryApplicationProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of GalleryApplicationProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type GalleryApplicationPropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of a gallery Application Definition.Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryApplicationPropertiesModifier and TypeMethodDescriptionstatic GalleryApplicationPropertiesGalleryApplicationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryApplicationProperties from the JsonReader.GalleryApplicationProperties.withCustomActions(List<GalleryApplicationCustomAction> customActions) Set the customActions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.GalleryApplicationProperties.withDescription(String description) Set the description property: The description of this gallery Application Definition resource.GalleryApplicationProperties.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery Application Definition.Set the eula property: The Eula agreement for the gallery Application Definition.GalleryApplicationProperties.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: The privacy statement uri.GalleryApplicationProperties.withReleaseNoteUri(String releaseNoteUri) Set the releaseNoteUri property: The release note uri.GalleryApplicationProperties.withSupportedOSType(OperatingSystemTypes supportedOSType) Set the supportedOSType property: This property allows you to specify the supported type of the OS that application is built for.