CreateVirtualNetworkRuleWithAccountParameters Constructors

Definition

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