次の方法で共有


PrivateEndpointConnectionOperationsExtensions.Get メソッド

定義

プライベート エンドポイント接続を取得します。 この呼び出しは、バックアップ管理者によって行われます。

public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations operations, string vaultName, string resourceGroupName, string privateEndpointConnectionName);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource
<Extension()>
Public Function Get (operations As IPrivateEndpointConnectionOperations, vaultName As String, resourceGroupName As String, privateEndpointConnectionName As String) As PrivateEndpointConnectionResource

パラメーター

operations
IPrivateEndpointConnectionOperations

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

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

privateEndpointConnectionName
String

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

戻り値

適用対象