次の方法で共有


PrivateLinkResourcesOperations Class

PrivateLinkResourcesOperations operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
PrivateLinkResourcesOperations

Constructor

PrivateLinkResourcesOperations(client, config, serializer, deserializer)

Parameters

Name Description
client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

Name Description
models

Alias to model classes used in this operation group.

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) -> _models.PrivateLinkResource

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group.

cluster_name
Required
str

The name of the cluster.

private_link_resource_name
Required
str

The name of the private link resource.

Keyword-Only Parameters

Name Description
cls

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

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) -> _models.PrivateLinkResourceListResult

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group.

cluster_name
Required
str

The name of the cluster.

Keyword-Only Parameters

Name Description
cls

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

Returns

Type Description

PrivateLinkResourceListResult, or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.hdinsight.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\hdinsight\\models\\__init__.py'>