Share via


ComputeFleetVmssNetworkProfile Class

Definition

Describes a virtual machine scale set network profile.

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

Constructors

ComputeFleetVmssNetworkProfile()

Initializes a new instance of ComputeFleetVmssNetworkProfile.

Properties

HealthProbeId

Gets or sets Id.

NetworkApiVersion

specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'

NetworkInterfaceConfigurations

The list of network configurations.

Explicit Interface Implementations

IJsonModel<ComputeFleetVmssNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeFleetVmssNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetVmssNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetVmssNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeFleetVmssNetworkProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to