UpdateVirtualNetworkRuleWithAccountParameters Class

The parameters used to update a virtual network rule while updating a Data Lake Store account.

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

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

Constructor

UpdateVirtualNetworkRuleWithAccountParameters(*, name: str, subnet_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

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

subnet_id
str

The resource identifier for the subnet.

Variables

Name Description
name
str

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

subnet_id
str

The resource identifier for the subnet.