次の方法で共有


IotDpsResourceOperationsExtensions.ListPrivateLinkResourcesAsync メソッド

定義

プライベート リンク リソースを一覧表示する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources> ListPrivateLinkResourcesAsync (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListPrivateLinkResourcesAsync : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources>
<Extension()>
Public Function ListPrivateLinkResourcesAsync (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResources)

パラメーター

operations
IIotDpsResourceOperations

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

resourceGroupName
String

プロビジョニング サービスを含むリソース グループの名前。

resourceName
String

プロビジョニング サービスの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

特定のプロビジョニング サービスのプライベート リンク リソースを一覧表示する

適用対象