次の方法で共有


PrivateLinkResourcesOperationsExtensions.List メソッド

定義

グループ ID の一覧を取得します。

public static Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateLinkResourceListResult List (this Microsoft.Azure.Management.VideoAnalyzer.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName);
static member List : Microsoft.Azure.Management.VideoAnalyzer.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateLinkResourceListResult
<Extension()>
Public Function List (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String) As PrivateLinkResourceListResult

パラメーター

operations
IPrivateLinkResourcesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

Video Analyzer アカウント名。

戻り値

注釈

ビデオ アナライザー アカウントのグループ ID の一覧を取得します。

適用対象