ResolvePrivateLinkServiceIdOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerServiceClient's

<xref:resolve_private_link_service_id> attribute.

Inheritance
builtins.object
ResolvePrivateLinkServiceIdOperations

Constructor

ResolvePrivateLinkServiceIdOperations(*args, **kwargs)

Methods

post

Gets the private link service ID for the specified managed cluster.

Gets the private link service ID the specified managed cluster.

post

Gets the private link service ID for the specified managed cluster.

Gets the private link service ID the specified managed cluster.

async post(resource_group_name: str, resource_name: str, parameters: azure.mgmt.containerservice.v2020_12_01.models._models_py3.PrivateLinkResource, **kwargs: Any) -> azure.mgmt.containerservice.v2020_12_01.models._models_py3.PrivateLinkResource

Parameters

resource_group_name
str
Required

The name of the resource group.

resource_name
str
Required

The name of the managed cluster resource.

parameters
PrivateLinkResource
Required

Parameters (name, groupId) supplied in order to resolve a private link service ID.

cls
callable

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

Returns

PrivateLinkResource, or the result of cls(response)

Return type

Exceptions

Attributes

models

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