GroupIdInformationProperties Class
The properties for a group information object.
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. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python