VnetInfo interface
Virtual Network information contract.
Properties
| cert |
A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection. |
| dns |
DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses. |
| is |
Flag that is used to denote if this is VNET injection |
| vnet |
The Virtual Network's resource ID. |
Property Details
certBlob
A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection.
certBlob?: string
Property Value
string
dnsServers
DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
dnsServers?: string
Property Value
string
isSwift
Flag that is used to denote if this is VNET injection
isSwift?: boolean
Property Value
boolean
vnetResourceId
The Virtual Network's resource ID.
vnetResourceId?: string
Property Value
string