PrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

HealthcareApisManagementClient's

<xref:private_link_resources> attribute.

Inheritance
builtins.object
PrivateLinkResourcesOperations

Constructor

PrivateLinkResourcesOperations(*args, **kwargs)

Methods

get

Gets a private link resource that need to be created for a service.

list_by_service

Gets the private link resources that need to be created for a service.

get

Gets a private link resource that need to be created for a service.

async get(resource_group_name: str, resource_name: str, group_name: str, **kwargs: Any) -> PrivateLinkResourceDescription

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group that contains the service instance. Required.

resource_name
Required
str

The name of the service instance. Required.

group_name
Required
str

The name of the private link resource group. Required.

Returns

Type Description

PrivateLinkResourceDescription or the result of cls(response)

Exceptions

Type Description

list_by_service

Gets the private link resources that need to be created for a service.

async list_by_service(resource_group_name: str, resource_name: str, **kwargs: Any) -> PrivateLinkResourceListResultDescription

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group that contains the service instance. Required.

resource_name
Required
str

The name of the service instance. Required.

Returns

Type Description

PrivateLinkResourceListResultDescription or the result of cls(response)

Exceptions

Type Description

Attributes

models

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