Uses of Class
com.azure.resourcemanager.compute.fluent.models.GalleryScriptProperties
Packages that use GalleryScriptProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of GalleryScriptProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type GalleryScriptPropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of a gallery script definition.Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryScriptPropertiesModifier and TypeMethodDescriptionstatic GalleryScriptPropertiesGalleryScriptProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryScriptProperties from the JsonReader.GalleryScriptInner.properties()Get the properties property: Describes the properties of a gallery Script Definition.GalleryScriptProperties.withDescription(String description) Set the description property: The description of this gallery script definition resource.GalleryScriptProperties.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery Script Definition.Set the eula property: The Eula agreement (End User License Agreement) for the gallery Script Definition.GalleryScriptProperties.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: The privacy statement uri.GalleryScriptProperties.withReleaseNoteUri(String releaseNoteUri) Set the releaseNoteUri property: The release note uri.GalleryScriptProperties.withSupportedOSType(OperatingSystemTypes supportedOSType) Set the supportedOSType property: This property allows you to specify the supported type of the OS that application is built for.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryScriptPropertiesModifier and TypeMethodDescriptionGalleryScriptInner.withProperties(GalleryScriptProperties properties) Set the properties property: Describes the properties of a gallery Script Definition.