MHSMVirtualNetworkRule Class
A rule governing the accessibility of a managed hsm pool from a specific virtual network.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelMHSMVirtualNetworkRule
Constructor
MHSMVirtualNetworkRule(*, id: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. # pylint: disable=line-too-long Required. |
Variables
Name | Description |
---|---|
id
|
Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. 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