Partilhar via


ApiManagementServiceResource.ApplyNetworkConfigurationUpdates Método

Definição

Atualizações o recurso Microsoft.ApiManagement em execução na rede virtual para escolher as alterações de DNS atualizadas.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/applynetworkconfigurationupdates
  • Operação IdApiManagementService_ApplyNetworkConfigurationUpdates
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApiManagement.ApiManagementServiceResource> ApplyNetworkConfigurationUpdates (Azure.WaitUntil waitUntil, Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ApplyNetworkConfigurationUpdates : Azure.WaitUntil * Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApiManagement.ApiManagementServiceResource>
override this.ApplyNetworkConfigurationUpdates : Azure.WaitUntil * Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApiManagement.ApiManagementServiceResource>
Public Overridable Function ApplyNetworkConfigurationUpdates (waitUntil As WaitUntil, Optional content As ApiManagementServiceApplyNetworkConfigurationContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ApiManagementServiceResource)

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 execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

content
ApiManagementServiceApplyNetworkConfigurationContent

Parâmetros fornecidos para a operação Aplicar Configuração de Rede. Se os parâmetros estiverem vazios, todas as regiões nas quais o serviço de Gerenciamento de API é implantado serão atualizadas sequencialmente sem incorrer em tempo de inatividade na região.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a