LocalRulestackResource.GetChangeLogAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get changelog
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/getChangeLog
- Operation Id: LocalRulestacks_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.