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.

post(resource_group_name: str, resource_name: str, parameters: _models.PrivateLinkResource, *, content_type: str = 'application/json', **kwargs: Any) -> _models.PrivateLinkResource

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.

parameters
Required

Parameters (name, groupId) supplied in order to resolve a private link service ID. Is either a PrivateLinkResource type or a IO[bytes] type. Required.

Returns

Type Description

PrivateLinkResource 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'>