Share via


PrivateLinkResourcesOperations 類別

警告

請勿直接具現化此類別。

相反地,您應該透過 存取下列作業

AzureMediaServices's

<xref:private_link_resources> 屬性。

繼承
builtins.object
PrivateLinkResourcesOperations

建構函式

PrivateLinkResourcesOperations(*args, **kwargs)

方法

get

取得群組識別碼。

取得群組識別碼的詳細資料。

list

取得群組識別碼的清單。

列出支援的群組識別碼。

get

取得群組識別碼。

取得群組識別碼的詳細資料。

get(resource_group_name: str, account_name: str, name: str, **kwargs: Any) -> PrivateLinkResource

參數

resource_group_name
str
必要

Azure 訂用帳戶內的資源組名。 必要。

account_name
str
必要

媒體服務帳戶名稱。 必要。

name
str
必要

必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

PrivateLinkResource 或 cls 的結果 (回應)

傳回類型

例外狀況

list

取得群組識別碼的清單。

列出支援的群組識別碼。

list(resource_group_name: str, account_name: str, **kwargs: Any) -> PrivateLinkResourceListResult

參數

resource_group_name
str
必要

Azure 訂用帳戶內的資源組名。 必要。

account_name
str
必要

媒體服務帳戶名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

PrivateLinkResourceListResult 或 cls (回應的結果)

傳回類型

例外狀況

屬性

models

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