HyperVToAzStackHciNicInput(String, String, String, VmNicSelection) 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 HyperVToAzStackHciNicInput.
public HyperVToAzStackHciNicInput (string nicId, string targetNetworkId, string testNetworkId, Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection selectionTypeForFailover);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput : string * string * string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput
Public Sub New (nicId As String, targetNetworkId As String, testNetworkId As String, selectionTypeForFailover As VmNicSelection)
Parâmetros
- nicId
- String
Obtém ou define a ID da 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
, targetNetworkId
ou testNetworkId
é nulo.