ArmRecoveryServicesSiteRecoveryModelFactory.VMwareV2FabricCreationContent 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 VMwareV2FabricCreationContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareV2FabricCreationContent VMwareV2FabricCreationContent (Azure.Core.ResourceIdentifier vmwareSiteId = default, Azure.Core.ResourceIdentifier physicalSiteId = default, Azure.Core.ResourceIdentifier migrationSolutionId = default);
static member VMwareV2FabricCreationContent : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareV2FabricCreationContent
Public Shared Function VMwareV2FabricCreationContent (Optional vmwareSiteId As ResourceIdentifier = Nothing, Optional physicalSiteId As ResourceIdentifier = Nothing, Optional migrationSolutionId As ResourceIdentifier = Nothing) As VMwareV2FabricCreationContent
Parameters
- vmwareSiteId
- ResourceIdentifier
The ARM Id of the VMware site.
- physicalSiteId
- ResourceIdentifier
The ARM Id of the physical site.
- migrationSolutionId
- ResourceIdentifier
The ARM Id of the migration solution.
Returns
A new VMwareV2FabricCreationContent instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET