PrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ServiceBusManagementClient's

<xref:private_link_resources> attribute.

Constructor

PrivateLinkResourcesOperations(*args, **kwargs)

Methods

get

Gets lists of resources that supports Privatelinks.

get

Gets lists of resources that supports Privatelinks.

get(resource_group_name: str, namespace_name: str, **kwargs: Any) -> PrivateLinkResourcesListResult

Parameters

Name Description
resource_group_name
Required
str

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

namespace_name
Required
str

The namespace name. Required.

Returns

Type Description

PrivateLinkResourcesListResult. The PrivateLinkResourcesListResult is compatible with MutableMapping

Exceptions

Type Description