GroupIdInformationProperties Class
The properties for a group information object.
- Inheritance
-
msrest.serialization.ModelGroupIdInformationProperties
Constructor
GroupIdInformationProperties(*, group_id: str | None = None, required_members: List[str] | None = None, required_zone_names: List[str] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
group_id
|
The group id. |
required_members
|
The required members for a specific group id. |
required_zone_names
|
The required DNS zones for a specific group id. |
Variables
Name | Description |
---|---|
group_id
|
The group id. |
required_members
|
The required members for a specific group id. |
required_zone_names
|
The required DNS zones for a specific group id. |
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