ArmRecoveryServicesDataReplicationModelFactory.AzStackHciFabricModelCustomProperties 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 AzStackHciFabricModelCustomProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.AzStackHciFabricModelCustomProperties AzStackHciFabricModelCustomProperties (Azure.Core.ResourceIdentifier azStackHciSiteId = default, System.Collections.Generic.IEnumerable<string> applianceName = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.AzStackHciClusterProperties cluster = default, Azure.Core.ResourceIdentifier fabricResourceId = default, string fabricContainerId = default, Azure.Core.ResourceIdentifier migrationSolutionId = default, Uri migrationHubUri = default);
static member AzStackHciFabricModelCustomProperties : Azure.Core.ResourceIdentifier * seq<string> * Azure.ResourceManager.RecoveryServicesDataReplication.Models.AzStackHciClusterProperties * Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier * Uri -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.AzStackHciFabricModelCustomProperties
Public Shared Function AzStackHciFabricModelCustomProperties (Optional azStackHciSiteId As ResourceIdentifier = Nothing, Optional applianceName As IEnumerable(Of String) = Nothing, Optional cluster As AzStackHciClusterProperties = Nothing, Optional fabricResourceId As ResourceIdentifier = Nothing, Optional fabricContainerId As String = Nothing, Optional migrationSolutionId As ResourceIdentifier = Nothing, Optional migrationHubUri As Uri = Nothing) As AzStackHciFabricModelCustomProperties
Parameters
- azStackHciSiteId
- ResourceIdentifier
Gets or sets the ARM Id of the AzStackHCI site.
- applianceName
- IEnumerable<String>
Gets or sets the Appliance name.
- cluster
- AzStackHciClusterProperties
AzStackHCI cluster properties.
- fabricResourceId
- ResourceIdentifier
Gets or sets the fabric resource Id.
- fabricContainerId
- String
Gets or sets the fabric container Id.
- migrationSolutionId
- ResourceIdentifier
Gets or sets the Migration solution ARM Id.
- migrationHubUri
- Uri
Gets or sets the migration hub Uri.
Returns
A new AzStackHciFabricModelCustomProperties instance for mocking.
Applies to
Azure SDK for .NET