Share via


LogicalNetworkProperties interface

Properties under the logical network resource

Properties

dhcpOptions

DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.

networkType

Type of the Logical Network

provisioningState

Provisioning state of the logical network.

status

The observed state of logical networks

subnets

Subnet - list of subnets under the logical network

vmSwitchName

name of the network switch to be used for VMs

Property Details

dhcpOptions

DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.

dhcpOptions?: LogicalNetworkPropertiesDhcpOptions

Property Value

networkType

Type of the Logical Network

networkType?: string

Property Value

string

provisioningState

Provisioning state of the logical network.

provisioningState?: string

Property Value

string

status

The observed state of logical networks

status?: LogicalNetworkStatus

Property Value

subnets

Subnet - list of subnets under the logical network

subnets?: Subnet[]

Property Value

Subnet[]

vmSwitchName

name of the network switch to be used for VMs

vmSwitchName?: string

Property Value

string