次の方法で共有


IotDpsResourceOperationsExtensions.ListPrivateLinkResources メソッド

定義

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

public static Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources ListPrivateLinkResources (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName);
static member ListPrivateLinkResources : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources
<Extension()>
Public Function ListPrivateLinkResources (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String) As PrivateLinkResources

パラメーター

operations
IIotDpsResourceOperations

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

resourceGroupName
String

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

resourceName
String

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

戻り値

注釈

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

適用対象