PrivateLinkScopeOperationStatusOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

MonitorManagementClient's

<xref:private_link_scope_operation_status> attribute.

Inheritance
builtins.object
PrivateLinkScopeOperationStatusOperations

Constructor

PrivateLinkScopeOperationStatusOperations(*args, **kwargs)

Methods

get

Get the status of an azure asynchronous operation associated with a private link scope operation.

get

Get the status of an azure asynchronous operation associated with a private link scope operation.

get(async_operation_id: str, resource_group_name: str, **kwargs: Any) -> OperationStatus

Parameters

Name Description
async_operation_id
Required
str

The operation Id. Required.

resource_group_name
Required
str

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

Keyword-Only Parameters

Name Description
cls

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

Returns

Type Description

OperationStatus 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'>