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.

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.

list

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

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.

list(resource_group_name: str, resource_name: str, **kwargs: Any) -> azure.mgmt.containerservice.v2021_09_01.models._models_py3.PrivateLinkResourcesListResult

Parameters

resource_group_name
str
Required

The name of the resource group.

resource_name
str
Required

The name of the managed cluster resource.

cls
callable

A custom type or function that will be passed the direct response

Returns

PrivateLinkResourcesListResult, or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.containerservice.v2021_09_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\containerservice\\v2021_09_01\\models\\__init__.py'>