ManagedEnvironmentPrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerAppsAPIClient's

<xref:managed_environment_private_link_resources> attribute.

Constructor

ManagedEnvironmentPrivateLinkResourcesOperations(*args, **kwargs)

Methods

get

Get a private link resource for a given managed environment.

Gets the details of a private link resource supported by a managed environment.

list

List private link resources for a given managed environment.

List private link resources for a given managed environment.

get

Get a private link resource for a given managed environment.

Gets the details of a private link resource supported by a managed environment.

get(resource_group_name: str, environment_name: str, private_link_resource_name: str, **kwargs: Any) -> PrivateLinkResource

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

environment_name
Required
str

Name of the managed environment. Required.

private_link_resource_name
Required
str

The name of the private link associated with the Azure resource. Required.

Returns

Type Description

PrivateLinkResource. The PrivateLinkResource is compatible with MutableMapping

Exceptions

Type Description

list

List private link resources for a given managed environment.

List private link resources for a given managed environment.

list(resource_group_name: str, environment_name: str, **kwargs: Any) -> ItemPaged[PrivateLinkResource]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

environment_name
Required
str

Name of the managed environment. Required.

Returns

Type Description

An iterator like instance of PrivateLinkResource

Exceptions

Type Description