Condividi tramite


GalleryResourceProfilePropertiesBase Class

Definition

The properties of a gallery ResourceProfile.

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

Constructors

GalleryResourceProfilePropertiesBase()

Initializes a new instance of GalleryResourceProfilePropertiesBase.

Properties

ProvisioningState

The provisioning state, which only appears in the response.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GalleryResourceProfilePropertiesBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryResourceProfilePropertiesBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryResourceProfilePropertiesBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryResourceProfilePropertiesBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryResourceProfilePropertiesBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to