ArmRecoveryServicesSiteRecoveryModelFactory.VMwareCbtTestMigrateContent 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 VMwareCbtTestMigrateContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtTestMigrateContent VMwareCbtTestMigrateContent (Azure.Core.ResourceIdentifier recoveryPointId = default, Azure.Core.ResourceIdentifier networkId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicContent> vmNics = default, string osUpgradeVersion = default);
static member VMwareCbtTestMigrateContent : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicContent> * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtTestMigrateContent
Public Shared Function VMwareCbtTestMigrateContent (Optional recoveryPointId As ResourceIdentifier = Nothing, Optional networkId As ResourceIdentifier = Nothing, Optional vmNics As IEnumerable(Of VMwareCbtNicContent) = Nothing, Optional osUpgradeVersion As String = Nothing) As VMwareCbtTestMigrateContent
Parameters
- recoveryPointId
- ResourceIdentifier
The recovery point Id.
- networkId
- ResourceIdentifier
The test network Id.
- vmNics
- IEnumerable<VMwareCbtNicContent>
The list of NIC details.
- osUpgradeVersion
- String
A value indicating the inplace OS Upgrade version.
Returns
A new VMwareCbtTestMigrateContent 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