Partilhar via


LocalNetworkGatewayResource.Update Método

Definição

Atualizações marcas de gateway de rede local.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/localNetworkGateways/{localNetworkGatewayName}
  • Operação IdLocalNetworkGateways_UpdateTags
public virtual Azure.Response<Azure.ResourceManager.Network.LocalNetworkGatewayResource> Update (Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.LocalNetworkGatewayResource>
override this.Update : Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.LocalNetworkGatewayResource>
Public Overridable Function Update (networkTagsObject As NetworkTagsObject, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LocalNetworkGatewayResource)

Parâmetros

networkTagsObject
NetworkTagsObject

Parâmetros fornecidos para atualizar marcas de gateway de rede local.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

networkTagsObject é nulo.

Aplica-se a