CreateVirtualNetworkRuleWithAccountParameters Constructors
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.
Overloads
CreateVirtualNetworkRuleWithAccountParameters() |
Initializes a new instance of the CreateVirtualNetworkRuleWithAccountParameters class. |
CreateVirtualNetworkRuleWithAccountParameters(String, String) |
Initializes a new instance of the CreateVirtualNetworkRuleWithAccountParameters class. |
CreateVirtualNetworkRuleWithAccountParameters()
Initializes a new instance of the CreateVirtualNetworkRuleWithAccountParameters class.
public CreateVirtualNetworkRuleWithAccountParameters ();
Public Sub New ()
Applies to
CreateVirtualNetworkRuleWithAccountParameters(String, String)
Initializes a new instance of the CreateVirtualNetworkRuleWithAccountParameters class.
public CreateVirtualNetworkRuleWithAccountParameters (string name, string subnetId);
new Microsoft.Azure.Management.DataLake.Store.Models.CreateVirtualNetworkRuleWithAccountParameters : string * string -> Microsoft.Azure.Management.DataLake.Store.Models.CreateVirtualNetworkRuleWithAccountParameters
Public Sub New (name As String, subnetId As String)
Parameters
- name
- String
The unique name of the virtual network rule to create.
- subnetId
- String
The resource identifier for the subnet.
Applies to
Azure SDK for .NET