IpGroup Class
The IpGroups resource information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceIpGroup
Constructor
IpGroup(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, ip_addresses: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
ip_addresses
|
IpAddresses/IpAddressPrefixes in the IpGroups resource. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
provisioning_state
|
The provisioning state of the IpGroups resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
ip_addresses
|
IpAddresses/IpAddressPrefixes in the IpGroups resource. |
firewalls
|
List of references to Firewall resources that this IpGroups is associated with. |
firewall_policies
|
List of references to Firewall Policies resources that this IpGroups is associated with. |
Azure SDK for Python