UpdateVirtualNetworkRuleWithAccountParameters 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
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.