你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProtectionIntentOperationsExtensions 类

定义

ProtectionIntentOperations 的扩展方法。

public static class ProtectionIntentOperationsExtensions
type ProtectionIntentOperationsExtensions = class
Public Module ProtectionIntentOperationsExtensions
继承
ProtectionIntentOperationsExtensions

方法

CreateOrUpdate(IProtectionIntentOperations, String, String, String, String, ProtectionIntentResource)

创建用于启用项备份的意向。 这是一个同步操作。

CreateOrUpdateAsync(IProtectionIntentOperations, String, String, String, String, ProtectionIntentResource, CancellationToken)

创建用于启用项备份的意向。 这是一个同步操作。

Delete(IProtectionIntentOperations, String, String, String, String)

用于从项中删除意向

DeleteAsync(IProtectionIntentOperations, String, String, String, String, CancellationToken)

用于从项中删除意向

Get(IProtectionIntentOperations, String, String, String, String)

提供保护意向 up 项的详细信息。 这是一个异步操作。 若要了解操作的状态,请调用 GetItemOperationResult API。

GetAsync(IProtectionIntentOperations, String, String, String, String, CancellationToken)

提供保护意向 up 项的详细信息。 这是一个异步操作。 若要了解操作的状态,请调用 GetItemOperationResult API。

Validate(IProtectionIntentOperations, String, PreValidateEnableBackupRequest)

它将验证以下内容

  1. 保管库容量
  2. VM 已受到保护
  3. 在属性中传递的任何与 VM 相关的配置。
ValidateAsync(IProtectionIntentOperations, String, PreValidateEnableBackupRequest, CancellationToken)

它将验证以下内容

  1. 保管库容量
  2. VM 已受到保护
  3. 在属性中传递的任何与 VM 相关的配置。

适用于