Gallery Class

Definition

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

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

Constructors

Gallery()

Initializes a new instance of the Gallery class.

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

Initializes a new instance of the Gallery class.

Properties

Description

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

Id

Gets resource Id

(Inherited from Resource)
Identifier
Location

Gets or sets resource location

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
ProvisioningState

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

SharingProfile
SharingStatus
SoftDeletePolicy
Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to