PrivateAccessVirtualNetwork interface
Description of a Virtual Network that is useable for private site access.
Properties
key | The key (ID) of the Virtual Network. |
name | The name of the Virtual Network. |
resource |
The ARM uri of the Virtual Network |
subnets | A List of subnets that access is allowed to on this Virtual Network. An empty array (but not null) is interpreted to mean that all subnets are allowed within this Virtual Network. |
Property Details
key
The key (ID) of the Virtual Network.
key?: number
Property Value
number
name
The name of the Virtual Network.
name?: string
Property Value
string
resourceId
The ARM uri of the Virtual Network
resourceId?: string
Property Value
string
subnets
A List of subnets that access is allowed to on this Virtual Network. An empty array (but not null) is interpreted to mean that all subnets are allowed within this Virtual Network.
subnets?: PrivateAccessSubnet[]