PublisherPropertiesFormat Class

Definition

publisher properties.

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

Constructors

Name Description
PublisherPropertiesFormat()

Initializes a new instance of PublisherPropertiesFormat.

Properties

Name Description
ProvisioningState

The provisioning state of the publisher resource.

Scope

The publisher scope.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PublisherPropertiesFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PublisherPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PublisherPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PublisherPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PublisherPropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to