VirtualNetworkRuleForDataLakeStoreAccountCreateOrUpdateContent Constructor
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.
Initializes a new instance of VirtualNetworkRuleForDataLakeStoreAccountCreateOrUpdateContent.
public VirtualNetworkRuleForDataLakeStoreAccountCreateOrUpdateContent (string name, Azure.Core.ResourceIdentifier subnetId);
new Azure.ResourceManager.DataLakeStore.Models.VirtualNetworkRuleForDataLakeStoreAccountCreateOrUpdateContent : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataLakeStore.Models.VirtualNetworkRuleForDataLakeStoreAccountCreateOrUpdateContent
Public Sub New (name As String, subnetId As ResourceIdentifier)
Parameters
- name
- String
The unique name of the virtual network rule to create.
- subnetId
- ResourceIdentifier
The resource identifier for the subnet.
Exceptions
name
or subnetId
is null.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.