AzureArcK8SClusterNfviDetails Class

Definition

The AzureArcK8sCluster NFVI detail.

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

Constructors

Name Description
AzureArcK8SClusterNfviDetails()

Initializes a new instance of AzureArcK8SClusterNfviDetails.

Properties

Name Description
CustomLocationReferenceId

Gets or sets Id.

Name

Name of the nfvi.

(Inherited from NFVIs)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AzureArcK8SClusterNfviDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NFVIs>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NFVIs)
IPersistableModel<AzureArcK8SClusterNfviDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureArcK8SClusterNfviDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureArcK8SClusterNfviDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NFVIs>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NFVIs)

Applies to