VirtualMachineScaleSetUpdateNetworkProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a virtual machine scale set network profile.
public class VirtualMachineScaleSetUpdateNetworkProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkProfile>
type VirtualMachineScaleSetUpdateNetworkProfile = class
interface IJsonModel<VirtualMachineScaleSetUpdateNetworkProfile>
interface IPersistableModel<VirtualMachineScaleSetUpdateNetworkProfile>
Public Class VirtualMachineScaleSetUpdateNetworkProfile
Implements IJsonModel(Of VirtualMachineScaleSetUpdateNetworkProfile), IPersistableModel(Of VirtualMachineScaleSetUpdateNetworkProfile)
- Inheritance
-
VirtualMachineScaleSetUpdateNetworkProfile
- Implements
Constructors
VirtualMachineScaleSetUpdateNetworkProfile() |
Initializes a new instance of VirtualMachineScaleSetUpdateNetworkProfile. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VirtualMachineScaleSetUpdateNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VirtualMachineScaleSetUpdateNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VirtualMachineScaleSetUpdateNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VirtualMachineScaleSetUpdateNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VirtualMachineScaleSetUpdateNetworkProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET