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

A2ACreateProtectionIntentContent 类

定义

A2A 创建保护意向输入。

public class A2ACreateProtectionIntentContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryCreateProtectionIntentProviderDetail
type A2ACreateProtectionIntentContent = class
    inherit SiteRecoveryCreateProtectionIntentProviderDetail
Public Class A2ACreateProtectionIntentContent
Inherits SiteRecoveryCreateProtectionIntentProviderDetail
继承
A2ACreateProtectionIntentContent

构造函数

A2ACreateProtectionIntentContent(ResourceIdentifier, AzureLocation, AzureLocation, String, A2ARecoveryAvailabilityType, ResourceIdentifier)

初始化 A2ACreateProtectionIntentContent 的新实例。

属性

AgentAutoUpdateStatus

一个值,该值指示是否启用自动更新。

AutomationAccountArmId

自动化帐户 arm ID。

AutomationAccountAuthenticationType

一个值,该值指示自动化帐户的身份验证类型。 默认值为“RunAsAccount”。

AutoProtectionOfDataDisk

一个值,该值指示是否启用自动保护。

DiskEncryptionInfo

恢复磁盘加密信息 (两个传递流) 。

FabricObjectId

虚拟机的结构特定对象 ID。

MultiVmGroupId

多 VM 组 ID。

MultiVmGroupName

多 VM 组名称。

PrimaryLocation

虚拟机的主位置。

PrimaryStagingStorageAccountCustomContent

主暂存存储帐户输入。 请注意 StorageAccountCustomDetails ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 ExistingStorageAccount

ProtectionProfileCustomContent

保护配置文件自定义输入。 请注意 ProtectionProfileCustomDetails ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 ExistingProtectionProfileNewProtectionProfile

RecoveryAvailabilitySetCustomContent

恢复可用性集输入。 请注意 RecoveryAvailabilitySetCustomDetails ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 ExistingRecoveryAvailabilitySet

RecoveryAvailabilityType

虚拟机的恢复可用性类型。

RecoveryAvailabilityZone

恢复可用性区域。

RecoveryBootDiagStorageAccount

启动诊断存储帐户。 请注意 StorageAccountCustomDetails ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 ExistingStorageAccount

RecoveryLocation

虚拟机的恢复位置。

RecoveryProximityPlacementGroupCustomContent

恢复邻近放置组自定义输入。 请注意 RecoveryProximityPlacementGroupCustomDetails ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 ExistingRecoveryProximityPlacementGroup

RecoveryResourceGroupId

恢复资源组 ID。对 V2 方案有效。

RecoverySubscriptionId

虚拟机的恢复订阅 ID。

RecoveryVirtualNetworkCustomContent

恢复虚拟网络输入。 请注意 RecoveryVirtualNetworkCustomDetails ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 ExistingRecoveryVirtualNetworkNewRecoveryVirtualNetwork

VmDisks

VM 磁盘输入的列表。

VmManagedDisks

vm 托管磁盘输入的列表。

适用于