GlobalRulestackResource.GetChangeLogAsync(CancellationToken) Method

Definition

Get changelog

  • Request Path: /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/getChangeLog
  • Operation Id: GlobalRulestack_getChangeLog
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackChangelog>> GetChangeLogAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetChangeLogAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackChangelog>>
override this.GetChangeLogAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackChangelog>>
Public Overridable Function GetChangeLogAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RulestackChangelog))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to