PrivateLinkResource Class

A private link resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.containerservice._serialization.Model
PrivateLinkResource

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, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The ID of the private link resource.

name
str

The name of the private link resource.

type
str

The resource type.

group_id
str

The group ID of the resource.

required_members

RequiredMembers of the resource.

Variables

Name Description
id
str

The ID of the private link resource.

name
str

The name of the private link resource.

type
str

The resource type.

group_id
str

The group ID of the resource.

required_members

RequiredMembers of the resource.

private_link_service_id
str

The private link service ID of the resource, this field is exposed only to NRP internally.