次の方法で共有


ProtectionIntentOperationsExtensions.Get メソッド

定義

保護インテントアップ項目の詳細を提供します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

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

パラメーター

operations
IProtectionIntentOperations

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

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

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

fabricName
String

バックアップされた項目に関連付けられているファブリック名。

intentObjectName
String

詳細をフェッチするアイテム名をバックアップします。

戻り値

適用対象