public class GalleryApplicationVersionInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
GalleryApplicationVersionInner() |
| Modifier and Type | Method and Description |
|---|---|
GalleryApplicationVersionPropertiesProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state, which only appears in the response.
|
GalleryApplicationVersionPublishingProfile |
publishingProfile()
Get the publishingProfile property: The publishing profile of a gallery Image Version.
|
ReplicationStatus |
replicationStatus()
Get the replicationStatus property: This is the replication status of the gallery Image Version.
|
void |
validate()
Validates the instance.
|
GalleryApplicationVersionInner |
withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile)
Set the publishingProfile property: The publishing profile of a gallery Image Version.
|
public GalleryApplicationVersionPublishingProfile publishingProfile()
public GalleryApplicationVersionInner withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile)
publishingProfile - the publishingProfile value to set.public GalleryApplicationVersionPropertiesProvisioningState provisioningState()
public ReplicationStatus replicationStatus()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.