NvaInterfaceConfigurationsProperties interface
Specifies input parameters required NVA in VNet interface configuration.
Properties
| name | Specifies the name of the interface. Maximum length is 70 characters. |
| subnet | A subnet resource id where the NIC will be deployed. Each subnet resource uri should be unique. |
| type | Specifies the NIC types for the NVA interface configuration. Allowed values: PrivateNic, PublicNic, AdditionalPrivateNic, AdditionalPublicNic. Only the combination of PrivateNic and PublicNic is currently supported. |
Property Details
name
Specifies the name of the interface. Maximum length is 70 characters.
name?: string
Property Value
string
subnet
A subnet resource id where the NIC will be deployed. Each subnet resource uri should be unique.
subnet?: NvaInVnetSubnetReferenceProperties
Property Value
type
Specifies the NIC types for the NVA interface configuration. Allowed values: PrivateNic, PublicNic, AdditionalPrivateNic, AdditionalPublicNic. Only the combination of PrivateNic and PublicNic is currently supported.
type?: string[]
Property Value
string[]