Share via


VnetInfo interface

Virtual Network information contract.

Properties

certBlob

A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection.

dnsServers

DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.

isSwift

Flag that is used to denote if this is VNET injection

vnetResourceId

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