ArmRecoveryServicesDataReplicationModelFactory.VMwareToAzStackHciProtectedNicProperties Método
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 VMwareToAzStackHciProtectedNicProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedNicProperties VMwareToAzStackHciProtectedNicProperties (string nicId = default, string macAddress = default, string label = default, bool? isPrimaryNic = default, string networkName = default, string targetNetworkId = default, string testNetworkId = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection? selectionTypeForFailover = default);
static member VMwareToAzStackHciProtectedNicProperties : string * string * string * Nullable<bool> * string * string * string * Nullable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection> -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedNicProperties
Public Shared Function VMwareToAzStackHciProtectedNicProperties (Optional nicId As String = Nothing, Optional macAddress As String = Nothing, Optional label As String = Nothing, Optional isPrimaryNic As Nullable(Of Boolean) = Nothing, Optional networkName As String = Nothing, Optional targetNetworkId As String = Nothing, Optional testNetworkId As String = Nothing, Optional selectionTypeForFailover As Nullable(Of VmNicSelection) = Nothing) As VMwareToAzStackHciProtectedNicProperties
Parâmetros
- nicId
- String
Obtém ou define a ID da NIC.
- macAddress
- String
Obtém ou define o endereço nic mac.
- label
- String
Obtém ou define o rótulo NIC.
- networkName
- String
Obtém ou define o nome da rede.
- 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
- Nullable<VmNicSelection>
Obtém ou define o tipo de seleção da NIC.
Retornos
Uma nova VMwareToAzStackHciProtectedNicProperties instância para simulação.