PrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

MonitorManagementClient's

<xref:private_link_resources> attribute.

Inheritance
builtins.object
PrivateLinkResourcesOperations

Constructor

PrivateLinkResourcesOperations(*args, **kwargs)

Methods

get

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

list_by_private_link_scope

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

get

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

get(resource_group_name: str, scope_name: str, group_name: str, **kwargs: Any) -> PrivateLinkResource

Parameters

Name Description
resource_group_name
Required
str

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

scope_name
Required
str

The name of the Azure Monitor PrivateLinkScope resource. Required.

group_name
Required
str

The name of the private link resource. Required.

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

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

list_by_private_link_scope(resource_group_name: str, scope_name: str, **kwargs: Any) -> PrivateLinkResourceListResult

Parameters

Name Description
resource_group_name
Required
str

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

scope_name
Required
str

The name of the Azure Monitor PrivateLinkScope resource. Required.

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.monitor.v2021_07_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\monitor\\v2021_07_01_preview\\models\\__init__.py'>