Share via


HybridComputeNetworkProfile Class

Definition

Describes the network information on this machine.

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

Properties

NetworkInterfaces

The list of network interfaces.

Explicit Interface Implementations

IJsonModel<HybridComputeNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridComputeNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridComputeNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridComputeNetworkProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to