Compartilhar via


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.Model
ConfigurationGroup

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
str

Network group ID.

description
str

A description of the network group.

member_type

The type of the group member. Known values are: "VirtualNetwork" and "Subnet".

Variables

Name Description
id
str

Network group ID.

description
str

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
str

Unique identifier for this resource.