Share via


HyperVToAzStackHciReplicationExtensionCustomProperties Class

Definition

HyperV to AzStackHCI Replication extension model custom properties.

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

Constructors

HyperVToAzStackHciReplicationExtensionCustomProperties(ResourceIdentifier, ResourceIdentifier)

Initializes a new instance of HyperVToAzStackHciReplicationExtensionCustomProperties.

Properties

AsrServiceUri

Gets or sets the Uri of ASR.

AzStackHciFabricArmId

Gets or sets the ARM Id of the target AzStackHCI fabric.

AzStackHciSiteId

Gets or sets the ARM Id of the AzStackHCI site.

GatewayServiceUri

Gets or sets the Uri of Gateway.

HyperVFabricArmId

Gets or sets the ARM Id of the source HyperV fabric.

HyperVSiteId

Gets or sets the ARM Id of the HyperV site.

RcmServiceUri

Gets or sets the Uri of Rcm.

ResourceGroup

Gets or sets the resource group.

ResourceLocation

Gets or sets the resource ___location.

SourceGatewayServiceId

Gets or sets the gateway service Id of source.

SourceStorageContainerName

Gets or sets the source storage container name.

StorageAccountId

Gets or sets the storage account Id.

StorageAccountSasSecretName

Gets or sets the Sas Secret of storage account.

SubscriptionId

Gets or sets the subscription.

TargetGatewayServiceId

Gets or sets the gateway service Id of target.

TargetStorageContainerName

Gets or sets the target storage container name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationExtensionCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataReplicationExtensionCustomProperties)
IJsonModel<HyperVToAzStackHciReplicationExtensionCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVToAzStackHciReplicationExtensionCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationExtensionCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataReplicationExtensionCustomProperties)
IPersistableModel<HyperVToAzStackHciReplicationExtensionCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVToAzStackHciReplicationExtensionCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVToAzStackHciReplicationExtensionCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to