Uses of Class
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryImageVersionProperties
Packages that use CommunityGalleryImageVersionProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of CommunityGalleryImageVersionProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CommunityGalleryImageVersionPropertiesModifier and TypeMethodDescriptionCommunityGalleryImageVersionProperties.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a community gallery resource.CommunityGalleryImageVersionProperties.withDisclaimer(String disclaimer) Set the disclaimer property: The disclaimer for a community gallery resource.CommunityGalleryImageVersionProperties.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image version Definition.CommunityGalleryImageVersionProperties.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.CommunityGalleryImageVersionProperties.withPublishedDate(OffsetDateTime publishedDate) Set the publishedDate property: The published date of the gallery image version Definition.CommunityGalleryImageVersionProperties.withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: Describes the storage profile of the image version.