ContainerAppPrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerAppsAPIClient's

<xref:container_app_private_link_resources> attribute.

Constructor

ContainerAppPrivateLinkResourcesOperations(*args, **kwargs)

Methods

get

Get a private link resource for a given Container App.

Gets the details of a private link resource supported by a Container App.

list

List private link resources for a given Container App.

Lists the private link resources supported by a Container App.

get

Get a private link resource for a given Container App.

Gets the details of a private link resource supported by a Container App.

async get(resource_group_name: str, container_app_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.

container_app_name
Required
str

Name of the Container App. 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 Container App.

Lists the private link resources supported by a Container App.

list(resource_group_name: str, container_app_name: str, **kwargs: Any) -> AsyncItemPaged[PrivateLinkResource]

Parameters

Name Description
resource_group_name
Required
str

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

container_app_name
Required
str

Name of the Container App. Required.

Returns

Type Description

An iterator like instance of PrivateLinkResource

Exceptions

Type Description