AzureFirewallResource.Update Method

Definition

Updates tags of an Azure Firewall resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls/{azureFirewallName}
  • Operation Id: AzureFirewalls_UpdateTags
  • Default Api Version: 2024-03-01
  • Resource: AzureFirewallResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.AzureFirewallResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.AzureFirewallResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.AzureFirewallResource>
Public Overridable Function Update (waitUntil As WaitUntil, networkTagsObject As NetworkTagsObject, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AzureFirewallResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

networkTagsObject
NetworkTagsObject

Parameters supplied to update azure firewall tags.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

networkTagsObject is null.

Applies to