LocalRulestackResource.Update(LocalRulestackPatch, CancellationToken) Method

Definition

Update a LocalRulestackResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}
  • Operation Id: LocalRulestacks_Update
public virtual Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource> Update (Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.LocalRulestackPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.LocalRulestackPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource>
override this.Update : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.LocalRulestackPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource>
Public Overridable Function Update (patch As LocalRulestackPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LocalRulestackResource)

Parameters

patch
LocalRulestackPatch

The resource properties to be updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to