Share via


Gallery Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryTypeConverter))]
public class Gallery : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryTypeConverter))>]
type Gallery = class
    interface IGallery
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class Gallery
Implements IGallery, IValidates
Inheritance
Gallery
Attributes
Implements

Constructors

Gallery()

Creates an new Gallery instance.

Properties

CommunityGalleryInfoCommunityGalleryEnabled

Contains info about whether community gallery sharing is enabled.

CommunityGalleryInfoEula

End-user license agreement for community gallery image.

CommunityGalleryInfoPublicName

Community gallery public name list.

CommunityGalleryInfoPublicNamePrefix

The prefix of the gallery name that will be displayed publicly. Visible to all users.

CommunityGalleryInfoPublisherContact

Community gallery publisher support email. The email address of the publisher. Visible to all users.

CommunityGalleryInfoPublisherUri

The link to the publisher website. Visible to all users.

Description

The description of this Shared Image Gallery resource. This property is updatable.

Id

Resource Id

IdentifierUniqueName

The unique name of the Shared Image Gallery. This name is generated automatically by Azure.

Location

Resource location

Name

Resource name

ProvisioningState

The provisioning state, which only appears in the response.

SharingProfileGroup

A list of sharing profile groups.

SharingProfilePermission
SharingStatusAggregatedState

Aggregated sharing state of current gallery.

SharingStatusSummary

Summary of all regional sharing status.

SoftDeletePolicyIsSoftDeleteEnabled

Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.

Tag

Resource tags

Type

Resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Gallery.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Gallery.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGallery.

FromJsonString(String)

Creates a new instance of Gallery, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Gallery into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to