PrivateLinkResource Class
A resource that supports private link capabilities.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPrivateLinkResource
Constructor
PrivateLinkResource(*, id: str | None = None, name: 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
|
The resource ID. |
name
|
The name 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 |
---|---|
type
|
The resource type is private link resource. |
id
|
The resource ID. |
name
|
The name 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. |
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