次の方法で共有


IotDpsResourceOperationsExtensions.GetPrivateLinkResourcesAsync メソッド

定義

指定されたプライベート リンク リソースを取得する

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

パラメーター

operations
IIotDpsResourceOperations

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

resourceGroupName
String

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

resourceName
String

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

groupId
String

プライベート リンク リソースの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定されたプロビジョニング サービスの指定されたプライベート リンク リソースを取得します

適用対象