Share via


PirCommunityGalleryResourceData Class

Definition

Base information about the community gallery resource in azure compute gallery.

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

Properties

Location

Resource location.

Name

Resource name.

ResourceType

Resource type.

UniqueId

The unique id of this community gallery.

Explicit Interface Implementations

IJsonModel<PirCommunityGalleryResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PirCommunityGalleryResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PirCommunityGalleryResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PirCommunityGalleryResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PirCommunityGalleryResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to