Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Class and Description |
---|---|
class |
GalleryApplicationVersionPublishingProfile
The publishing profile of a gallery Image Version.
|
class |
GalleryImageVersionPublishingProfile
The publishing profile of a gallery Image Version.
|
Modifier and Type | Method and Description |
---|---|
GalleryArtifactPublishingProfileBase |
GalleryImageVersionUpdate.publishingProfile()
Get the publishingProfile property: Describes the basic gallery artifact publishing profile.
|
GalleryArtifactPublishingProfileBase |
GalleryArtifactPublishingProfileBase.withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Set the endOfLifeDate property: The end of life date of the gallery Image Version.
|
GalleryArtifactPublishingProfileBase |
GalleryArtifactPublishingProfileBase.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.
|
GalleryArtifactPublishingProfileBase |
GalleryArtifactPublishingProfileBase.withReplicaCount(Integer replicaCount)
Set the replicaCount property: The number of replicas of the Image Version to be created per region.
|
GalleryArtifactPublishingProfileBase |
GalleryArtifactPublishingProfileBase.withStorageAccountType(StorageAccountType storageAccountType)
Set the storageAccountType property: Specifies the storage account type to be used to store the image.
|
GalleryArtifactPublishingProfileBase |
GalleryArtifactPublishingProfileBase.withTargetRegions(List<TargetRegion> targetRegions)
Set the targetRegions property: The target regions where the Image Version is going to be replicated to.
|
Modifier and Type | Method and Description |
---|---|
GalleryImageVersionUpdate |
GalleryImageVersionUpdate.withPublishingProfile(GalleryArtifactPublishingProfileBase publishingProfile)
Set the publishingProfile property: Describes the basic gallery artifact publishing profile.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.