public class GalleryImageVersionInner
extends com.azure.core.management.Resource
Constructor and Description |
---|
GalleryImageVersionInner() |
Modifier and Type | Method and Description |
---|---|
GalleryImageVersionPropertiesProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state, which only appears in the response.
|
GalleryImageVersionPublishingProfile |
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.
|
GalleryImageVersionInner |
withPublishingProfile(GalleryImageVersionPublishingProfile publishingProfile)
Set the publishingProfile property: Describes the basic gallery artifact publishing profile.
|
GalleryImageVersionInner |
withStorageProfile(GalleryImageVersionStorageProfile storageProfile)
Set the storageProfile property: This is the storage profile of a Gallery Image Version.
|
public GalleryImageVersionPublishingProfile publishingProfile()
public GalleryImageVersionInner withPublishingProfile(GalleryImageVersionPublishingProfile publishingProfile)
publishingProfile
- the publishingProfile value to set.public GalleryImageVersionPropertiesProvisioningState provisioningState()
public GalleryImageVersionStorageProfile storageProfile()
public GalleryImageVersionInner withStorageProfile(GalleryImageVersionStorageProfile storageProfile)
storageProfile
- the storageProfile value to set.public ReplicationStatus replicationStatus()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.