A2AEnableProtectionContent Class

Definition

A2A enable protection input.

public class A2AEnableProtectionContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.EnableProtectionProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AEnableProtectionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AEnableProtectionContent>
type A2AEnableProtectionContent = class
    inherit EnableProtectionProviderSpecificContent
    interface IJsonModel<A2AEnableProtectionContent>
    interface IPersistableModel<A2AEnableProtectionContent>
Public Class A2AEnableProtectionContent
Inherits EnableProtectionProviderSpecificContent
Implements IJsonModel(Of A2AEnableProtectionContent), IPersistableModel(Of A2AEnableProtectionContent)
Inheritance
A2AEnableProtectionContent
Implements

Constructors

A2AEnableProtectionContent(ResourceIdentifier)

Initializes a new instance of A2AEnableProtectionContent.

Properties

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.

RecoveryAvailabilitySetId

The recovery availability set Id.

RecoveryAvailabilityZone

The recovery availability zone.

RecoveryAzureNetworkId

The recovery Azure virtual network ARM id.

RecoveryBootDiagStorageAccountId

The boot diagnostic storage account.

RecoveryCapacityReservationGroupId

The recovery capacity reservation group Id.

RecoveryCloudServiceId

The recovery cloud service Id. Valid for V1 scenarios.

RecoveryContainerId

The recovery container Id.

RecoveryExtendedLocation

The recovery extended location.

RecoveryProximityPlacementGroupId

The recovery proximity placement group Id.

RecoveryResourceGroupId

The recovery resource group Id. Valid for V2 scenarios.

RecoverySubnetName

The recovery subnet name.

RecoveryVirtualMachineScaleSetId

The virtual machine scale set Id.

VmDisks

The list of vm disk details.

VmManagedDisks

The list of vm managed disk details.

Explicit Interface Implementations

IJsonModel<A2AEnableProtectionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<A2AEnableProtectionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<EnableProtectionProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from EnableProtectionProviderSpecificContent)
IJsonModel<EnableProtectionProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EnableProtectionProviderSpecificContent)
IPersistableModel<A2AEnableProtectionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AEnableProtectionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<A2AEnableProtectionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<EnableProtectionProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EnableProtectionProviderSpecificContent)
IPersistableModel<EnableProtectionProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from EnableProtectionProviderSpecificContent)
IPersistableModel<EnableProtectionProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EnableProtectionProviderSpecificContent)

Applies to