CommunityGalleryData Class

Definition

A class representing the CommunityGallery data model. Specifies information about the Community Gallery that you want to create or update.

public class CommunityGalleryData : Azure.ResourceManager.Compute.Models.PirCommunityGalleryResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.CommunityGalleryData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.CommunityGalleryData>
type CommunityGalleryData = class
    inherit PirCommunityGalleryResourceData
    interface IJsonModel<CommunityGalleryData>
    interface IPersistableModel<CommunityGalleryData>
Public Class CommunityGalleryData
Inherits PirCommunityGalleryResourceData
Implements IJsonModel(Of CommunityGalleryData), IPersistableModel(Of CommunityGalleryData)
Inheritance
Implements

Properties

ArtifactTags

The artifact tags of a community gallery resource.

CommunityMetadata

The metadata of community gallery.

Disclaimer

The disclaimer for a community gallery resource.

Id

The resource identifier.

Location

Resource location.

(Inherited from PirCommunityGalleryResourceData)
Name

Resource name.

(Inherited from PirCommunityGalleryResourceData)
ResourceType

Resource type.

(Inherited from PirCommunityGalleryResourceData)
UniqueId

The unique id of this community gallery.

(Inherited from PirCommunityGalleryResourceData)

Explicit Interface Implementations

IJsonModel<CommunityGalleryData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CommunityGalleryData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<PirCommunityGalleryResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from PirCommunityGalleryResourceData)
IJsonModel<PirCommunityGalleryResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PirCommunityGalleryResourceData)
IPersistableModel<CommunityGalleryData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CommunityGalleryData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CommunityGalleryData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<PirCommunityGalleryResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PirCommunityGalleryResourceData)
IPersistableModel<PirCommunityGalleryResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from PirCommunityGalleryResourceData)
IPersistableModel<PirCommunityGalleryResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PirCommunityGalleryResourceData)

Applies to