Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharedGalleryImageVersionProperties
Packages that use SharedGalleryImageVersionProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of SharedGalleryImageVersionProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type SharedGalleryImageVersionPropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of a gallery image version.Methods in com.azure.resourcemanager.compute.fluent.models that return SharedGalleryImageVersionPropertiesModifier and TypeMethodDescriptionSharedGalleryImageVersionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryImageVersionProperties from the JsonReader.SharedGalleryImageVersionProperties.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a shared gallery resource.SharedGalleryImageVersionProperties.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image version Definition.SharedGalleryImageVersionProperties.withExcludeFromLatest(Boolean excludeFromLatest) Set the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.SharedGalleryImageVersionProperties.withPublishedDate(OffsetDateTime publishedDate) Set the publishedDate property: The published date of the gallery image version Definition.SharedGalleryImageVersionProperties.withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: Describes the storage profile of the image version.