PrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

HDInsightManagementClient's

<xref:private_link_resources> attribute.

Constructor

PrivateLinkResourcesOperations(*args, **kwargs)

Methods

get

Gets the specific private link resource.

list_by_cluster

Lists the private link resources in a HDInsight cluster.

get

Gets the specific private link resource.

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

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. Required.

cluster_name
Required
str

The name of the cluster. Required.

private_link_resource_name
Required
str

The name of the private link resource. Required.

Returns

Type Description

PrivateLinkResource or the result of cls(response)

Exceptions

Type Description

list_by_cluster

Lists the private link resources in a HDInsight cluster.

list_by_cluster(resource_group_name: str, cluster_name: str, **kwargs: Any) -> PrivateLinkResourceListResult

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. Required.

cluster_name
Required
str

The name of the cluster. Required.

Returns

Type Description

PrivateLinkResourceListResult or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.hdinsight.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv145\\Lib\\site-packages\\azure\\mgmt\\hdinsight\\models\\__init__.py'>