PrivateLinkResource Class
Information of the private link resource.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelPrivateLinkResource
Constructor
PrivateLinkResource(*, id: str | None = None, name: str | None = None, type: str | None = None, group_id: str | None = None, required_members: List[str] | None = None, required_zone_names: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Fully qualified identifier of the resource. |
name
|
Name of the resource. |
type
|
Type of the resource. |
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. |
Variables
Name | Description |
---|---|
id
|
Fully qualified identifier of the resource. |
name
|
Name of the resource. |
type
|
Type of the resource. |
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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python