PrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

AzureMediaServices's

<xref:private_link_resources> attribute.

Inheritance
builtins.object
PrivateLinkResourcesOperations

Constructor

PrivateLinkResourcesOperations(*args, **kwargs)

Methods

get

Get group ID.

Get details of a group ID.

list

Get list of group IDs.

List supported group IDs.

get

Get group ID.

Get details of a group ID.

async get(resource_group_name: str, account_name: str, name: str, **kwargs: Any) -> azure.mgmt.media.models._models_py3.PrivateLinkResource

Parameters

resource_group_name
str
Required

The name of the resource group within the Azure subscription.

account_name
str
Required

The Media Services account name.

name
str
Required
cls
callable

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

Returns

PrivateLinkResource, or the result of cls(response)

Return type

Exceptions

list

Get list of group IDs.

List supported group IDs.

async list(resource_group_name: str, account_name: str, **kwargs: Any) -> azure.mgmt.media.models._models_py3.PrivateLinkResourceListResult

Parameters

resource_group_name
str
Required

The name of the resource group within the Azure subscription.

account_name
str
Required

The Media Services account name.

cls
callable

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

Returns

PrivateLinkResourceListResult, or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.media.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\media\\models\\__init__.py'>