Share via


GalleryProperties Class

Definition

Describes the properties of a Shared Image Gallery.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryPropertiesTypeConverter))]
public class GalleryProperties : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryPropertiesTypeConverter))>]
type GalleryProperties = class
    interface IGalleryProperties
    interface IJsonSerializable
Public Class GalleryProperties
Implements IGalleryProperties
Inheritance
GalleryProperties
Attributes
Implements

Constructors

GalleryProperties()

Creates an new GalleryProperties 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.

IdentifierUniqueName

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

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to