ArmRecoveryServicesDataReplicationModelFactory.VMwareToAzStackHciReplicationExtensionModelCustomProperties Method
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.
Initializes a new instance of VMwareToAzStackHciReplicationExtensionModelCustomProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciReplicationExtensionModelCustomProperties VMwareToAzStackHciReplicationExtensionModelCustomProperties (Azure.Core.ResourceIdentifier vmwareFabricArmId = default, Azure.Core.ResourceIdentifier vmwareSiteId = default, Azure.Core.ResourceIdentifier azStackHciFabricArmId = default, Azure.Core.ResourceIdentifier azStackHciSiteId = default, Azure.Core.ResourceIdentifier 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 VMwareToAzStackHciReplicationExtensionModelCustomProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * Uri * Uri * Uri * string * string * string * string * string * string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciReplicationExtensionModelCustomProperties
Public Shared Function VMwareToAzStackHciReplicationExtensionModelCustomProperties (Optional vmwareFabricArmId As ResourceIdentifier = Nothing, Optional vmwareSiteId As ResourceIdentifier = Nothing, Optional azStackHciFabricArmId As ResourceIdentifier = Nothing, Optional azStackHciSiteId As ResourceIdentifier = Nothing, Optional storageAccountId As ResourceIdentifier = 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 VMwareToAzStackHciReplicationExtensionModelCustomProperties
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
- ResourceIdentifier
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 VMwareToAzStackHciReplicationExtensionModelCustomProperties instance for mocking.
Applies to
Azure SDK for .NET