public final class GalleryImageVersionPublishingProfile extends GalleryArtifactPublishingProfileBase
| Constructor and Description |
|---|
GalleryImageVersionPublishingProfile() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
endOfLifeDate()
Get the endOfLifeDate value.
|
Boolean |
excludeFromLatest()
Get the excludeFromLatest value.
|
org.joda.time.DateTime |
publishedDate()
Get the publishedDate value.
|
Integer |
replicaCount()
Get the replicaCount value.
|
GalleryImageVersionPublishingProfile |
withEndOfLifeDate(org.joda.time.DateTime endOfLifeDate)
Set the endOfLifeDate value.
|
GalleryImageVersionPublishingProfile |
withExcludeFromLatest(Boolean excludeFromLatest)
Set the excludeFromLatest value.
|
GalleryImageVersionPublishingProfile |
withReplicaCount(Integer replicaCount)
Set the replicaCount value.
|
source, targetRegions, withSource, withTargetRegionspublic GalleryImageVersionPublishingProfile()
public Integer replicaCount()
public GalleryImageVersionPublishingProfile withReplicaCount(Integer replicaCount)
replicaCount - the replicaCount value to set.public Boolean excludeFromLatest()
public GalleryImageVersionPublishingProfile withExcludeFromLatest(Boolean excludeFromLatest)
excludeFromLatest - the excludeFromLatest value to set.public org.joda.time.DateTime publishedDate()
public org.joda.time.DateTime endOfLifeDate()
public GalleryImageVersionPublishingProfile withEndOfLifeDate(org.joda.time.DateTime endOfLifeDate)
endOfLifeDate - the endOfLifeDate value to set./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/