PrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

DeviceUpdateMgmtClient's

<xref:private_link_resources> attribute.

Inheritance
builtins.object
PrivateLinkResourcesOperations

Constructor

PrivateLinkResourcesOperations(*args, **kwargs)

Methods

get

Get the specified private link resource associated with the device update account.

list_by_account

List all private link resources in a device update account.

get

Get the specified private link resource associated with the device update account.

get(resource_group_name: str, account_name: str, group_id: str, **kwargs: Any) -> GroupInformation

Parameters

Name Description
resource_group_name
Required
str

The resource group name. Required.

account_name
Required
str

Account name. Required.

group_id
Required
str

The group ID 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

GroupInformation or the result of cls(response)

Exceptions

Type Description

list_by_account

List all private link resources in a device update account.

list_by_account(resource_group_name: str, account_name: str, **kwargs: Any) -> Iterable[GroupInformation]

Parameters

Name Description
resource_group_name
Required
str

The resource group name. Required.

account_name
Required
str

Account name. Required.

Keyword-Only Parameters

Name Description
cls

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

Returns

Type Description

An iterator like instance of either GroupInformation or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.deviceupdate.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\deviceupdate\\models\\__init__.py'>