InMageAzureV2EnableProtectionContent Class

Definition

VMware Azure specific enable protection input.

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

Constructors

InMageAzureV2EnableProtectionContent()

Initializes a new instance of InMageAzureV2EnableProtectionContent.

Properties

DiskEncryptionSetId

The DiskEncryptionSet ARM Id.

DisksToInclude

The disks to include list.

DiskType

The DiskType.

EnableRdpOnTargetOption

The selected option to enable RDP\SSH on target VM after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum.

LicenseType

License type.

LogStorageAccountId

The storage account to be used for logging during replication.

MasterTargetId

The Master target Id.

MultiVmGroupId

The multi VM group Id.

MultiVmGroupName

The multi VM group name.

ProcessServerId

The Process Server Id.

RunAsAccountId

The CS account Id.

SeedManagedDiskTags

The tags for the seed managed disks.

SqlServerLicenseType

The SQL Server license type.

StorageAccountId

The storage account Id.

TargetAvailabilitySetId

The target availability set ARM Id for resource manager deployment.

TargetAvailabilityZone

The target availability zone.

TargetAzureNetworkId

The selected target Azure network Id.

TargetAzureSubnetId

The selected target Azure subnet Id.

TargetAzureV1ResourceGroupId

The Id of the target resource group (for classic deployment) in which the failover VM is to be created.

TargetAzureV2ResourceGroupId

The Id of the target resource group (for resource manager deployment) in which the failover VM is to be created.

TargetAzureVmName

The target azure VM Name.

TargetManagedDiskTags

The tags for the target managed disks.

TargetNicTags

The tags for the target NICs.

TargetProximityPlacementGroupId

The proximity placement group ARM Id.

TargetVmSize

The target VM size.

TargetVmTags

The target VM tags.

Explicit Interface Implementations

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)
IJsonModel<InMageAzureV2EnableProtectionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageAzureV2EnableProtectionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<InMageAzureV2EnableProtectionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageAzureV2EnableProtectionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageAzureV2EnableProtectionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to