public class GalleryUpdate extends UpdateResource
| Constructor and Description |
|---|
GalleryUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description of this Shared Image Gallery resource.
|
GalleryIdentifier |
identifier()
Get the identifier value.
|
String |
provisioningState()
Get the provisioning state, which only appears in the response.
|
GalleryUpdate |
withDescription(String description)
Set the description of this Shared Image Gallery resource.
|
GalleryUpdate |
withIdentifier(GalleryIdentifier identifier)
Set the identifier value.
|
tags, withTagspublic String description()
public GalleryUpdate withDescription(String description)
description - the description value to setpublic GalleryIdentifier identifier()
public GalleryUpdate withIdentifier(GalleryIdentifier identifier)
identifier - the identifier value to setpublic String provisioningState()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/