Uses of Class
com.azure.resourcemanager.compute.fluent.models.GalleryScriptVersionProperties
Packages that use GalleryScriptVersionProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of GalleryScriptVersionProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type GalleryScriptVersionPropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of a gallery script version.Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryScriptVersionPropertiesModifier and TypeMethodDescriptionGalleryScriptVersionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryScriptVersionProperties from the JsonReader.GalleryScriptVersionInner.properties()Get the properties property: Describes the properties of a gallery Script Version.GalleryScriptVersionProperties.withPublishingProfile(GalleryScriptVersionPublishingProfile publishingProfile) Set the publishingProfile property: The publishing profile of a gallery image version.GalleryScriptVersionProperties.withSafetyProfile(GalleryScriptVersionSafetyProfile safetyProfile) Set the safetyProfile property: The safety profile of the Gallery Script Version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryScriptVersionPropertiesModifier and TypeMethodDescriptionGalleryScriptVersionInner.withProperties(GalleryScriptVersionProperties properties) Set the properties property: Describes the properties of a gallery Script Version.