A2ACreateProtectionIntentContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A2A create protection intent input.
public class A2ACreateProtectionIntentContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryCreateProtectionIntentProviderDetail, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ACreateProtectionIntentContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ACreateProtectionIntentContent>
type A2ACreateProtectionIntentContent = class
inherit SiteRecoveryCreateProtectionIntentProviderDetail
interface IJsonModel<A2ACreateProtectionIntentContent>
interface IPersistableModel<A2ACreateProtectionIntentContent>
Public Class A2ACreateProtectionIntentContent
Inherits SiteRecoveryCreateProtectionIntentProviderDetail
Implements IJsonModel(Of A2ACreateProtectionIntentContent), IPersistableModel(Of A2ACreateProtectionIntentContent)
- Inheritance
- Implements
Constructors
Properties
AgentAutoUpdateStatus |
A value indicating whether the auto update is enabled. |
AutomationAccountArmId |
The automation account arm id. |
AutomationAccountAuthenticationType |
A value indicating the authentication type for automation account. The default value is "RunAsAccount". |
AutoProtectionOfDataDisk |
A value indicating whether the auto protection is enabled. |
DiskEncryptionInfo |
The recovery disk encryption information (for two pass flows). |
FabricObjectId |
The fabric specific object Id of the virtual machine. |
MultiVmGroupId |
The multi vm group id. |
MultiVmGroupName |
The multi vm group name. |
PrimaryLocation |
The primary location for the virtual machine. |
PrimaryStagingStorageAccountCustomContent |
The primary staging storage account input. Please note StorageAccountCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingStorageAccount. |
ProtectionProfileCustomContent |
The protection profile custom inputs. Please note ProtectionProfileCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingProtectionProfile and NewProtectionProfile. |
RecoveryAvailabilitySetCustomContent |
The recovery availability set input. Please note RecoveryAvailabilitySetCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingRecoveryAvailabilitySet. |
RecoveryAvailabilityType |
The recovery availability type of the virtual machine. |
RecoveryAvailabilityZone |
The recovery availability zone. |
RecoveryBootDiagStorageAccount |
The boot diagnostic storage account. Please note StorageAccountCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingStorageAccount. |
RecoveryLocation |
The recovery location for the virtual machine. |
RecoveryProximityPlacementGroupCustomContent |
The recovery proximity placement group custom input. Please note RecoveryProximityPlacementGroupCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingRecoveryProximityPlacementGroup. |
RecoveryResourceGroupId |
The recovery resource group Id. Valid for V2 scenarios. |
RecoverySubscriptionId |
The recovery subscription Id of the virtual machine. |
RecoveryVirtualNetworkCustomContent |
The recovery virtual network input. Please note RecoveryVirtualNetworkCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingRecoveryVirtualNetwork and NewRecoveryVirtualNetwork. |
VmDisks |
The list of vm disk inputs. |
VmManagedDisks |
The list of vm managed disk inputs. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET