Table of Contents

Class AzureVirtualMachineNetworkSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the network settings of the Azure virtual machine.

public class AzureVirtualMachineNetworkSettings : BypassSection
Inheritance
AzureVirtualMachineNetworkSettings
Inherited Members

Constructors

AzureVirtualMachineNetworkSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureVirtualMachineNetworkSettings class.

public AzureVirtualMachineNetworkSettings()

Properties

IPAddresses

Gets or sets all public and private IP addresses assigned to the virtual machine through any network interface.

public SerializableStringCollection IPAddresses { get; set; }

Property Value

SerializableStringCollection

NetworkInterfaceIdentifiers

Gets or sets the resource identifiers of the network interfaces configured for this virtual machine.

public SerializableStringCollection NetworkInterfaceIdentifiers { get; set; }

Property Value

SerializableStringCollection

NetworkInterfaceNames

Gets or sets the names of the network interfaces configured for this virtual machine.

public SerializableStringCollection NetworkInterfaceNames { get; set; }

Property Value

SerializableStringCollection

Methods

ToString()

Returns the network settings as a human readable string.

public override string ToString()

Returns

string

The network settings as a human readable string.