次の方法で共有


PaloAltoNetworksFirewallResource.GetGlobalRulestackAsync メソッド

定義

ファイアウォールに関連付けられているグローバルルールスタックを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/getGlobalRulestack
  • 操作IdFirewalls_getGlobalRulestack
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.GlobalRulestackInfo>> GetGlobalRulestackAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetGlobalRulestackAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.GlobalRulestackInfo>>
override this.GetGlobalRulestackAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.GlobalRulestackInfo>>
Public Overridable Function GetGlobalRulestackAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GlobalRulestackInfo))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象