NetworkInterfaceProperties interface
Properties under the network interface resource
Properties
| create |
Boolean indicating whether this is a existing local network interface or if one should be created. |
| dns |
DNS Settings for the interface |
| ip |
IPConfigurations - A list of IPConfigurations of the network interface. |
| mac |
MacAddress - The MAC address of the network interface. |
| network |
NetworkSecurityGroup - Network Security Group attached to the network interface. |
| provisioning |
Provisioning state of the network interface. |
| status | The observed state of network interfaces |
Property Details
createFromLocal
Boolean indicating whether this is a existing local network interface or if one should be created.
createFromLocal?: boolean
Property Value
boolean
dnsSettings
DNS Settings for the interface
dnsSettings?: InterfaceDNSSettings
Property Value
ipConfigurations
IPConfigurations - A list of IPConfigurations of the network interface.
ipConfigurations?: IPConfiguration[]
Property Value
macAddress
MacAddress - The MAC address of the network interface.
macAddress?: string
Property Value
string
networkSecurityGroup
NetworkSecurityGroup - Network Security Group attached to the network interface.
networkSecurityGroup?: NetworkSecurityGroupArmReference
Property Value
provisioningState
Provisioning state of the network interface.
provisioningState?: string
Property Value
string
status
The observed state of network interfaces
status?: NetworkInterfaceStatus