NetworkInterfaceResourceSettings interface
Defines the network interface resource settings.
- Extends
Properties
| enable |
Gets or sets a value indicating whether accelerated networking is enabled. |
| ip |
Gets or sets the IP configurations of the NIC. |
| resource |
Polymorphic discriminator, which specifies the different types this object can be |
| tags | Gets or sets the Resource tags. |
Inherited Properties
| target |
Gets or sets the target resource group name. |
| target |
Gets or sets the target Resource name. |
Property Details
enableAcceleratedNetworking
Gets or sets a value indicating whether accelerated networking is enabled.
enableAcceleratedNetworking?: boolean
Property Value
boolean
ipConfigurations
Gets or sets the IP configurations of the NIC.
ipConfigurations?: NicIpConfigurationResourceSettings[]
Property Value
resourceType
Polymorphic discriminator, which specifies the different types this object can be
resourceType: "Microsoft.Network/networkInterfaces"
Property Value
"Microsoft.Network/networkInterfaces"
tags
Gets or sets the Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited Property Details
targetResourceGroupName
Gets or sets the target resource group name.
targetResourceGroupName?: string
Property Value
string
Inherited From ResourceSettings.targetResourceGroupName
targetResourceName
Gets or sets the target Resource name.
targetResourceName?: string
Property Value
string
Inherited From ResourceSettings.targetResourceName