次の方法で共有


ProtectionContainersOperationsExtensions.GetAsync メソッド

定義

Recovery Services コンテナーに登録されている特定のコンテナーの詳細を取得します。

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

パラメーター

operations
IProtectionContainersOperations

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

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

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

fabricName
String

コンテナーが属するファブリックの名前。

containerName
String

詳細をフェッチする必要があるコンテナーの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象