Share via


CommunityGalleryInfo Class

Definition

Information of community gallery if current gallery is shared to community

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

Constructors

CommunityGalleryInfo()

Creates an new CommunityGalleryInfo instance.

Properties

CommunityGalleryEnabled

Contains info about whether community gallery sharing is enabled.

Eula

End-user license agreement for community gallery image.

PublicName

Community gallery public name list.

PublicNamePrefix

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

PublisherContact

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

PublisherUri

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommunityGalleryInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommunityGalleryInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommunityGalleryInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to