ArmRecoveryServicesDataReplicationModelFactory.HyperVToAzStackHciReplicationExtensionModelCustomProperties 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 HyperVToAzStackHciReplicationExtensionModelCustomProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciReplicationExtensionModelCustomProperties HyperVToAzStackHciReplicationExtensionModelCustomProperties (Azure.Core.ResourceIdentifier hyperVFabricArmId = default, Azure.Core.ResourceIdentifier hyperVSiteId = 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 HyperVToAzStackHciReplicationExtensionModelCustomProperties : 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.HyperVToAzStackHciReplicationExtensionModelCustomProperties
Public Shared Function HyperVToAzStackHciReplicationExtensionModelCustomProperties (Optional hyperVFabricArmId As ResourceIdentifier = Nothing, Optional hyperVSiteId 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 HyperVToAzStackHciReplicationExtensionModelCustomProperties
Parameters
- hyperVFabricArmId
- ResourceIdentifier
Gets or sets the ARM Id of the source HyperV fabric.
- hyperVSiteId
- ResourceIdentifier
Gets or sets the ARM Id of the HyperV 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 HyperVToAzStackHciReplicationExtensionModelCustomProperties instance for mocking.
Applies to
Azure SDK for .NET