CreateOrUpdateVirtualNetworkRuleParameters Class
The parameters used to create a new virtual network rule.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datalake.store._serialization.ModelCreateOrUpdateVirtualNetworkRuleParameters
Constructor
CreateOrUpdateVirtualNetworkRuleParameters(*, subnet_id: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
subnet_id
|
The resource identifier for the subnet. Required. |
Variables
Name | Description |
---|---|
subnet_id
|
The resource identifier for the subnet. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python