PrivateAccessVirtualNetwork Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description of a Virtual Network that is useable for private site access.
public class PrivateAccessVirtualNetwork
type PrivateAccessVirtualNetwork = class
Public Class PrivateAccessVirtualNetwork
- Inheritance
-
PrivateAccessVirtualNetwork
Constructors
PrivateAccessVirtualNetwork() |
Initializes a new instance of the PrivateAccessVirtualNetwork class. |
PrivateAccessVirtualNetwork(String, Nullable<Int32>, String, IList<PrivateAccessSubnet>) |
Initializes a new instance of the PrivateAccessVirtualNetwork class. |
Properties
Key |
Gets or sets the key (ID) of the Virtual Network. |
Name |
Gets or sets the name of the Virtual Network. |
ResourceId |
Gets or sets the ARM uri of the Virtual Network |
Subnets |
Gets or sets 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. |
Applies to
Azure SDK for .NET