ArmRecoveryServicesDataReplicationModelFactory.VMwareToAzStackHciReplicationExtensionCustomProperties Method

Definition

VMware to AzStackHCI Replication extension model custom properties.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciReplicationExtensionCustomProperties VMwareToAzStackHciReplicationExtensionCustomProperties(Azure.Core.ResourceIdentifier vmwareFabricArmId = default, Azure.Core.ResourceIdentifier vmwareSiteId = default, Azure.Core.ResourceIdentifier azStackHciFabricArmId = default, Azure.Core.ResourceIdentifier azStackHciSiteId = default, string storageAccountId = default, string storageAccountSasSecretName = default, Uri asrServiceUri = default, Uri rcmServiceUri = default, Uri gatewayServiceUri = default, string sourceGatewayServiceId = default, string targetGatewayServiceId = default, string sourceStorageContainerName = default, string targetStorageContainerName = default, string resourceLocation = default, string subscriptionId = default, string resourceGroup = default);
static member VMwareToAzStackHciReplicationExtensionCustomProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * string * Uri * Uri * Uri * string * string * string * string * string * string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciReplicationExtensionCustomProperties
Public Shared Function VMwareToAzStackHciReplicationExtensionCustomProperties (Optional vmwareFabricArmId As ResourceIdentifier = Nothing, Optional vmwareSiteId As ResourceIdentifier = Nothing, Optional azStackHciFabricArmId As ResourceIdentifier = Nothing, Optional azStackHciSiteId As ResourceIdentifier = Nothing, Optional storageAccountId As String = Nothing, Optional storageAccountSasSecretName As String = Nothing, Optional asrServiceUri As Uri = Nothing, Optional rcmServiceUri As Uri = Nothing, Optional gatewayServiceUri As Uri = Nothing, Optional sourceGatewayServiceId As String = Nothing, Optional targetGatewayServiceId As String = Nothing, Optional sourceStorageContainerName As String = Nothing, Optional targetStorageContainerName As String = Nothing, Optional resourceLocation As String = Nothing, Optional subscriptionId As String = Nothing, Optional resourceGroup As String = Nothing) As VMwareToAzStackHciReplicationExtensionCustomProperties

Parameters

vmwareFabricArmId
ResourceIdentifier

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

vmwareSiteId
ResourceIdentifier

Gets or sets the ARM Id of the VMware site.

azStackHciFabricArmId
ResourceIdentifier

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

azStackHciSiteId
ResourceIdentifier

Gets or sets the ARM Id of the AzStackHCI site.

storageAccountId
String

Gets or sets the storage account Id.

storageAccountSasSecretName
String

Gets or sets the Sas Secret of storage account.

asrServiceUri
Uri

Gets or sets the Uri of ASR.

rcmServiceUri
Uri

Gets or sets the Uri of Rcm.

gatewayServiceUri
Uri

Gets or sets the Uri of Gateway.

sourceGatewayServiceId
String

Gets or sets the gateway service Id of source.

targetGatewayServiceId
String

Gets or sets the gateway service Id of target.

sourceStorageContainerName
String

Gets or sets the source storage container name.

targetStorageContainerName
String

Gets or sets the target storage container name.

resourceLocation
String

Gets or sets the resource location.

subscriptionId
String

Gets or sets the subscription.

resourceGroup
String

Gets or sets the resource group.

Returns

A new VMwareToAzStackHciReplicationExtensionCustomProperties instance for mocking.

Applies to