次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.List メソッド

定義

すべてのプライベート エンドポイント接続を取得します。

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

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

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

accountName
String

Video Analyzer アカウント名。

戻り値

注釈

Video Analyzer アカウントですべてのプライベート エンドポイント接続を取得します。

適用対象