次の方法で共有


PrivateLinkResourcesOperationsExtensions.GetAsync メソッド

定義

バックアップと SiteRecovery 用に作成する必要がある、指定されたプライベート リンク リソースを返します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource> GetAsync (this Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations operations, string resourceGroupName, string vaultName, string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, vaultName As String, privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)

パラメーター

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

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

vaultName
String

Recovery Services コンテナーの名前。

privateLinkResourceName
String
cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象