Partilhar via


ArmRecoveryServicesSiteRecoveryModelFactory.VMwareCbtNicDetails Método

Definição

Inicializa uma nova instância de VMwareCbtNicDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicDetails VMwareCbtNicDetails (string nicId = default, string isPrimaryNic = default, System.Net.IPAddress sourceIPAddress = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryEthernetAddressType? sourceIPAddressType = default, Azure.Core.ResourceIdentifier sourceNetworkId = default, System.Net.IPAddress targetIPAddress = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryEthernetAddressType? targetIPAddressType = default, string targetSubnetName = default, Azure.Core.ResourceIdentifier testNetworkId = default, string testSubnetName = default, System.Net.IPAddress testIPAddress = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryEthernetAddressType? testIPAddressType = default, string targetNicName = default, string isSelectedForMigration = default);
static member VMwareCbtNicDetails : string * string * System.Net.IPAddress * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryEthernetAddressType> * Azure.Core.ResourceIdentifier * System.Net.IPAddress * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryEthernetAddressType> * string * Azure.Core.ResourceIdentifier * string * System.Net.IPAddress * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryEthernetAddressType> * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicDetails
Public Shared Function VMwareCbtNicDetails (Optional nicId As String = Nothing, Optional isPrimaryNic As String = Nothing, Optional sourceIPAddress As IPAddress = Nothing, Optional sourceIPAddressType As Nullable(Of SiteRecoveryEthernetAddressType) = Nothing, Optional sourceNetworkId As ResourceIdentifier = Nothing, Optional targetIPAddress As IPAddress = Nothing, Optional targetIPAddressType As Nullable(Of SiteRecoveryEthernetAddressType) = Nothing, Optional targetSubnetName As String = Nothing, Optional testNetworkId As ResourceIdentifier = Nothing, Optional testSubnetName As String = Nothing, Optional testIPAddress As IPAddress = Nothing, Optional testIPAddressType As Nullable(Of SiteRecoveryEthernetAddressType) = Nothing, Optional targetNicName As String = Nothing, Optional isSelectedForMigration As String = Nothing) As VMwareCbtNicDetails

Parâmetros

nicId
String

A ID da NIC.

isPrimaryNic
String

Um valor que indica se essa é a NIC primária.

sourceIPAddress
IPAddress

Endereço IP de origem.

sourceIPAddressType
Nullable<SiteRecoveryEthernetAddressType>

O tipo de endereço IP de origem.

sourceNetworkId
ResourceIdentifier

ID da rede de origem.

targetIPAddress
IPAddress

O endereço IP de destino.

targetIPAddressType
Nullable<SiteRecoveryEthernetAddressType>

O tipo de endereço IP de destino.

targetSubnetName
String

Nome da sub-rede de destino.

testNetworkId
ResourceIdentifier

ID da rede de origem.

testSubnetName
String

Nome da sub-rede de teste.

testIPAddress
IPAddress

O endereço IP de teste.

testIPAddressType
Nullable<SiteRecoveryEthernetAddressType>

O tipo de endereço IP de teste.

targetNicName
String

Nome da NIC de destino.

isSelectedForMigration
String

Um valor que indica se essa NIC está selecionada para migração.

Retornos

Uma nova VMwareCbtNicDetails instância para simulação.

Aplica-se a