Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.VMwareCbtTestMigrateContent Method

Definition

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