LogicalNetworkProperties interface
Properties under the logical network resource
Properties
| dhcp |
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. |
| network |
Type of the Logical Network |
| provisioning |
Provisioning state of the logical network. |
| status | The observed state of logical networks |
| subnets | Subnet - list of subnets under the logical network |
| vm |
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
vmSwitchName
name of the network switch to be used for VMs
vmSwitchName?: string
Property Value
string