public class GalleryImageVersionUpdate extends UpdateResourceDefinition
| Constructor and Description |
|---|
GalleryImageVersionUpdate() |
| Modifier and Type | Method and Description |
|---|---|
GalleryImageVersionPropertiesProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state, which only appears in the response.
|
GalleryArtifactPublishingProfileBase |
publishingProfile()
Get the publishingProfile property: Describes the basic gallery artifact publishing profile.
|
ReplicationStatus |
replicationStatus()
Get the replicationStatus property: This is the replication status of the gallery Image Version.
|
GalleryImageVersionStorageProfile |
storageProfile()
Get the storageProfile property: This is the storage profile of a Gallery Image Version.
|
void |
validate()
Validates the instance.
|
GalleryImageVersionUpdate |
withPublishingProfile(GalleryArtifactPublishingProfileBase publishingProfile)
Set the publishingProfile property: Describes the basic gallery artifact publishing profile.
|
GalleryImageVersionUpdate |
withStorageProfile(GalleryImageVersionStorageProfile storageProfile)
Set the storageProfile property: This is the storage profile of a Gallery Image Version.
|
tags, withTagspublic GalleryArtifactPublishingProfileBase publishingProfile()
public GalleryImageVersionUpdate withPublishingProfile(GalleryArtifactPublishingProfileBase publishingProfile)
publishingProfile - the publishingProfile value to set.public GalleryImageVersionPropertiesProvisioningState provisioningState()
public GalleryImageVersionStorageProfile storageProfile()
public GalleryImageVersionUpdate withStorageProfile(GalleryImageVersionStorageProfile storageProfile)
storageProfile - the storageProfile value to set.public ReplicationStatus replicationStatus()
public void validate()
validate in class UpdateResourceDefinitionIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.