Compartilhar via


NetworkDeviceInterfaceCollection.CreateOrUpdateAsync Método

Definição

Criar um recurso de Adaptador de Rede.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}
  • IdNetworkInterfaces_Create de operação
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string networkInterfaceName, Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, networkInterfaceName As String, data As NetworkDeviceInterfaceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of NetworkDeviceInterfaceResource))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

networkInterfaceName
String

Nome do Adaptador de Rede.

data
NetworkDeviceInterfaceData

Conteúdo da solicitação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

networkInterfaceName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

networkInterfaceName ou data é nulo.

Aplica-se a