public class GalleryImageVersionUpdate extends UpdateResource
| Constructor and Description |
|---|
GalleryImageVersionUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
provisioningState()
Get the provisioning state, which only appears in the response.
|
GalleryImageVersionPublishingProfile |
publishingProfile()
Get the publishingProfile value.
|
ReplicationStatus |
replicationStatus()
Get the replicationStatus value.
|
GalleryImageVersionStorageProfile |
storageProfile()
Get the storageProfile value.
|
GalleryImageVersionUpdate |
withPublishingProfile(GalleryImageVersionPublishingProfile publishingProfile)
Set the publishingProfile value.
|
GalleryImageVersionUpdate |
withStorageProfile(GalleryImageVersionStorageProfile storageProfile)
Set the storageProfile value.
|
tags, withTagspublic GalleryImageVersionPublishingProfile publishingProfile()
public GalleryImageVersionUpdate withPublishingProfile(GalleryImageVersionPublishingProfile publishingProfile)
publishingProfile - the publishingProfile value to setpublic String provisioningState()
public GalleryImageVersionStorageProfile storageProfile()
public GalleryImageVersionUpdate withStorageProfile(GalleryImageVersionStorageProfile storageProfile)
storageProfile - the storageProfile value to setpublic ReplicationStatus replicationStatus()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/