public class GalleryApplicationVersionPublishingProfile extends GalleryArtifactPublishingProfileBase
| Constructor and Description |
|---|
GalleryApplicationVersionPublishingProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentType()
Get optional.
|
Boolean |
enableHealthCheck()
Get optional.
|
UserArtifactSource |
source()
Get the source value.
|
GalleryApplicationVersionPublishingProfile |
withContentType(String contentType)
Set optional.
|
GalleryApplicationVersionPublishingProfile |
withEnableHealthCheck(Boolean enableHealthCheck)
Set optional.
|
GalleryApplicationVersionPublishingProfile |
withSource(UserArtifactSource source)
Set the source value.
|
endOfLifeDate, excludeFromLatest, publishedDate, replicaCount, storageAccountType, targetRegions, withEndOfLifeDate, withExcludeFromLatest, withReplicaCount, withStorageAccountType, withTargetRegionspublic GalleryApplicationVersionPublishingProfile()
public UserArtifactSource source()
public GalleryApplicationVersionPublishingProfile withSource(UserArtifactSource source)
source - the source value to setpublic String contentType()
public GalleryApplicationVersionPublishingProfile withContentType(String contentType)
contentType - the contentType value to setpublic Boolean enableHealthCheck()
public GalleryApplicationVersionPublishingProfile withEnableHealthCheck(Boolean enableHealthCheck)
enableHealthCheck - the enableHealthCheck 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.
*/