Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VnetInfo

Package version

Virtual Network information contract.

Hierarchy

Index

Properties

Optional certBlob

certBlob: undefined | string

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

Optional certThumbprint

certThumbprint: undefined | string

The client certificate thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.

Optional dnsServers

dnsServers: undefined | string

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

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isSwift

isSwift: undefined | false | true

Flag that is used to denote if this is VNET injection

Optional kind

kind: undefined | string

Kind of resource.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resyncRequired

resyncRequired: undefined | false | true

true if a resync is required; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.

Optional routes

routes: VnetRoute[]

The routes that this Virtual Network connection uses. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional vnetResourceId

vnetResourceId: undefined | string

The Virtual Network's resource ID.

Generated using TypeDoc