SitePropertiesFormat Class

Definition

Site properties.

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

Constructors

Name Description
SitePropertiesFormat()

Initializes a new instance of SitePropertiesFormat.

Properties

Name Description
Nfvis

List of NFVIs Please note NFVIs is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureArcK8SClusterNfviDetails, AzureCoreNfviDetails and AzureOperatorNexusClusterNfviDetails.

ProvisioningState

The provisioning state of the site resource. TODO: Confirm if this is needed.

SiteNetworkServiceReferences

The list of site network services on the site.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<SitePropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SitePropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SitePropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SitePropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to