VMwareToAzStackHciNicInput Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de VMwareToAzStackHciNicInput.
public VMwareToAzStackHciNicInput (string nicId, string label, string targetNetworkId, string testNetworkId, Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection selectionTypeForFailover);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput : string * string * string * string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput
Public Sub New (nicId As String, label As String, targetNetworkId As String, testNetworkId As String, selectionTypeForFailover As VmNicSelection)
Parâmetros
- nicId
- String
Obtém ou define a ID da NIC.
- label
- String
Obtém ou define o rótulo NIC.
- targetNetworkId
- String
Obtém ou define a ID de rede de destino no Cluster AzStackHCI.
- testNetworkId
- String
Obtém ou define a ID de rede de teste de destino no Cluster AzStackHCI.
- selectionTypeForFailover
- VmNicSelection
Obtém ou define o tipo de seleção da NIC.
Exceções
nicId
, label
, targetNetworkId
ou testNetworkId
é nulo.