GroupInformationProperties Class
The properties for a group information object.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.deviceupdate.models._models_py3.PrivateLinkResourcePropertiesGroupInformationProperties
Constructor
GroupInformationProperties(*, required_zone_names: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
required_zone_names
|
The private link resource Private link DNS zone name. |
Variables
Name | Description |
---|---|
group_id
|
The private link resource group id. |
required_members
|
The private link resource required member names. |
required_zone_names
|
The private link resource Private link DNS zone name. |
provisioning_state
|
The provisioning state of private link group ID. Known values are: "Succeeded", "Failed", and "Canceled". |
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