ConfigurationGroup Class
The network configuration group resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelConfigurationGroup
Constructor
ConfigurationGroup(*, id: str | None = None, description: str | None = None, member_type: str | _models.GroupMemberType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Network group ID. |
description
|
A description of the network group. |
member_type
|
The type of the group member. Known values are: "VirtualNetwork" and "Subnet". |
Variables
Name | Description |
---|---|
id
|
Network group ID. |
description
|
A description of the network group. |
member_type
|
The type of the group member. Known values are: "VirtualNetwork" and "Subnet". |
provisioning_state
|
The provisioning state of the scope assignment resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
resource_guid
|
Unique identifier for this resource. |
Azure SDK for Python