public class GalleryInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
GalleryInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: The description of this Shared Image Gallery resource.
|
GalleryIdentifier |
identifier()
Get the identifier property: Describes the gallery unique name.
|
GalleryPropertiesProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state, which only appears in the response.
|
void |
validate()
Validates the instance.
|
GalleryInner |
withDescription(String description)
Set the description property: The description of this Shared Image Gallery resource.
|
GalleryInner |
withIdentifier(GalleryIdentifier identifier)
Set the identifier property: Describes the gallery unique name.
|
public String description()
public GalleryInner withDescription(String description)
description - the description value to set.public GalleryIdentifier identifier()
public GalleryInner withIdentifier(GalleryIdentifier identifier)
identifier - the identifier value to set.public GalleryPropertiesProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.