PrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerServiceClient's

<xref:private_link_resources> attribute.

Inheritance
builtins.object
PrivateLinkResourcesOperations

Constructor

PrivateLinkResourcesOperations(*args, **kwargs)

Methods

list

Gets a list of private link resources in the specified managed cluster.

Gets a list of private link resources in the specified managed cluster. The operation returns properties of each private link resource.

list

Gets a list of private link resources in the specified managed cluster.

Gets a list of private link resources in the specified managed cluster. The operation returns properties of each private link resource.

list(resource_group_name: str, resource_name: str, **kwargs: Any) -> PrivateLinkResourcesListResult

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. Required.

resource_name
Required
str

The name of the managed cluster resource. Required.

Returns

Type Description

PrivateLinkResourcesListResult or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.containerservice.v2020_12_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\containerservice\\v2020_12_01\\models\\__init__.py'>