VirtualNetworkRule Class
A virtual network rule.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
VirtualNetworkRule(*, virtual_network_subnet_id: str | None = None, ignore_missing_vnet_service_endpoint: bool | None = None, **kwargs)
Parameters
Name | Description |
---|---|
virtual_network_subnet_id
Required
|
The ARM resource id of the virtual network subnet. |
ignore_missing_vnet_service_endpoint
Required
|
Create firewall rule before the virtual network has vnet service endpoint enabled. |
Keyword-Only Parameters
Name | Description |
---|---|
virtual_network_subnet_id
|
Default value: None
|
ignore_missing_vnet_service_endpoint
|
Default value: None
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
state
|
Virtual Network Rule State. Possible values include: "Initializing", "InProgress", "Ready", "Failed", "Deleting", "Unknown". |
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