次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.ListByStorageSyncServiceAsync メソッド

定義

PrivateEndpointConnection リストを取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection>> ListByStorageSyncServiceAsync (this Microsoft.Azure.Management.StorageSync.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string storageSyncServiceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByStorageSyncServiceAsync : Microsoft.Azure.Management.StorageSync.IPrivateEndpointConnectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection>>
<Extension()>
Public Function ListByStorageSyncServiceAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, storageSyncServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of PrivateEndpointConnection))

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

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

storageSyncServiceName
String

ストレージ同期サービス リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象