CreateVirtualNetworkRuleWithAccountParameters Class

The parameters used to create a new virtual network rule while creating a new Data Lake Store account.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datalake.store._serialization.Model
CreateVirtualNetworkRuleWithAccountParameters

Constructor

CreateVirtualNetworkRuleWithAccountParameters(*, name: str, subnet_id: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The unique name of the virtual network rule to create. Required.

subnet_id
str

The resource identifier for the subnet. Required.

Variables

Name Description
name
str

The unique name of the virtual network rule to create. Required.

subnet_id
str

The resource identifier for the subnet. Required.