GalleryUpdate Class

Definition

Specifies information about the Shared Image Gallery that you want to update.

[Microsoft.Rest.Serialization.JsonTransformation]
public class GalleryUpdate : Microsoft.Azure.Management.Compute.Models.UpdateResourceDefinition
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GalleryUpdate = class
    inherit UpdateResourceDefinition
Public Class GalleryUpdate
Inherits UpdateResourceDefinition
Inheritance
Attributes

Constructors

GalleryUpdate()

Initializes a new instance of the GalleryUpdate class.

GalleryUpdate(String, String, String, IDictionary<String,String>, String, GalleryIdentifier, String, SharingProfile, SoftDeletePolicy, SharingStatus)

Initializes a new instance of the GalleryUpdate class.

Properties

Description

Gets or sets the description of this Shared Image Gallery resource. This property is updatable.

Id

Gets resource Id

(Inherited from UpdateResourceDefinition)
Identifier
Name

Gets resource name

(Inherited from UpdateResourceDefinition)
ProvisioningState

Gets possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating'

SharingProfile
SharingStatus
SoftDeletePolicy
Tags

Gets or sets resource tags

(Inherited from UpdateResourceDefinition)
Type

Gets resource type

(Inherited from UpdateResourceDefinition)

Applies to