AzureCoreNfviDetails Class

Definition

The Azure Core NFVI detail.

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

Constructors

Name Description
AzureCoreNfviDetails()

Initializes a new instance of AzureCoreNfviDetails.

Properties

Name Description
Location

Location of the Azure core.

Name

Name of the nfvi.

(Inherited from NFVIs)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AzureCoreNfviDetails>.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<AzureCoreNfviDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureCoreNfviDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureCoreNfviDetails>.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