次の方法で共有


IotDpsResourceOperationsExtensions.GetPrivateEndpointConnection メソッド

定義

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

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

パラメーター

operations
IIotDpsResourceOperations

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

resourceGroupName
String

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

resourceName
String

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

privateEndpointConnectionName
String

プライベート エンドポイント接続の名前

戻り値

注釈

プライベート エンドポイント接続プロパティを取得する

適用対象