UpdateVirtualNetworkRuleWithAccountParameters Constructors

Definition

Overloads

UpdateVirtualNetworkRuleWithAccountParameters()

Initializes a new instance of the UpdateVirtualNetworkRuleWithAccountParameters class.

UpdateVirtualNetworkRuleWithAccountParameters(String, String)

Initializes a new instance of the UpdateVirtualNetworkRuleWithAccountParameters class.

UpdateVirtualNetworkRuleWithAccountParameters()

Initializes a new instance of the UpdateVirtualNetworkRuleWithAccountParameters class.

public UpdateVirtualNetworkRuleWithAccountParameters ();
Public Sub New ()

Applies to

UpdateVirtualNetworkRuleWithAccountParameters(String, String)

Initializes a new instance of the UpdateVirtualNetworkRuleWithAccountParameters class.

public UpdateVirtualNetworkRuleWithAccountParameters (string name, string subnetId = default);
new Microsoft.Azure.Management.DataLake.Store.Models.UpdateVirtualNetworkRuleWithAccountParameters : string * string -> Microsoft.Azure.Management.DataLake.Store.Models.UpdateVirtualNetworkRuleWithAccountParameters
Public Sub New (name As String, Optional subnetId As String = Nothing)

Parameters

name
String

The unique name of the virtual network rule to update.

subnetId
String

The resource identifier for the subnet.

Applies to