WorkspacePrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

HealthcareApisManagementClient's

<xref:workspace_private_link_resources> attribute.

Inheritance
builtins.object
WorkspacePrivateLinkResourcesOperations

Constructor

WorkspacePrivateLinkResourcesOperations(*args, **kwargs)

Methods

get

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

list_by_workspace

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

get

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

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

workspace_name
Required
str

The name of workspace resource. 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_workspace

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

list_by_workspace(resource_group_name: str, workspace_name: str, **kwargs: Any) -> AsyncIterable[PrivateLinkResourceDescription]

Parameters

Name Description
resource_group_name
Required
str

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

workspace_name
Required
str

The name of workspace resource. Required.

Returns

Type Description

An iterator like instance of either PrivateLinkResourceDescription 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'>