Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageVersionPublishingProfile
-
Packages that use GalleryImageVersionPublishingProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryImageVersionPublishingProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryImageVersionPublishingProfile Modifier and Type Method Description GalleryImageVersionPublishingProfileGalleryImageVersionInner. publishingProfile()Get the publishingProfile property: The publishing profile of a gallery image Version.GalleryImageVersionPublishingProfileGalleryImageVersionProperties. publishingProfile()Get the publishingProfile property: The publishing profile of a gallery image Version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryImageVersionPublishingProfile Modifier and Type Method Description GalleryImageVersionInnerGalleryImageVersionInner. withPublishingProfile(GalleryImageVersionPublishingProfile publishingProfile)Set the publishingProfile property: The publishing profile of a gallery image Version.GalleryImageVersionPropertiesGalleryImageVersionProperties. withPublishingProfile(GalleryImageVersionPublishingProfile publishingProfile)Set the publishingProfile property: The publishing profile of a gallery image Version. -
Uses of GalleryImageVersionPublishingProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryImageVersionPublishingProfile Modifier and Type Method Description GalleryImageVersionPublishingProfileGalleryImageVersion. publishingProfile()GalleryImageVersionPublishingProfileGalleryImageVersionUpdate. publishingProfile()Get the publishingProfile property: The publishing profile of a gallery image Version.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withEndOfLifeDate(OffsetDateTime endOfLifeDate)Set the endOfLifeDate property: The end of life date of the gallery image version.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. 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.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withReplicaCount(Integer replicaCount)Set the replicaCount property: The number of replicas of the Image Version to be created per region.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withReplicationMode(ReplicationMode replicationMode)Set the replicationMode property: Optional parameter which specifies the mode to be used for replication.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withStorageAccountType(StorageAccountType storageAccountType)Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withTargetExtendedLocations(List<GalleryTargetExtendedLocation> targetExtendedLocations)Set the targetExtendedLocations property: The target extended locations where the Image Version is going to be replicated to.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withTargetRegions(List<TargetRegion> targetRegions)Set the targetRegions property: The target regions where the Image Version is going to be replicated to.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryImageVersionPublishingProfile Modifier and Type Method Description GalleryImageVersionUpdateGalleryImageVersionUpdate. withPublishingProfile(GalleryImageVersionPublishingProfile publishingProfile)Set the publishingProfile property: The publishing profile of a gallery image Version.
-