次の方法で共有


LocalRulestackResource.GetAdvancedSecurityObjectsAsync メソッド

定義

高度なセキュリティ オブジェクトの一覧を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listAdvancedSecurityObjects
  • 操作IdLocalRulestacks_listAdvancedSecurityObjects
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AdvancedSecurityObjectListResult>> GetAdvancedSecurityObjectsAsync (Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AdvancedSecurityObjectType type, string skip = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAdvancedSecurityObjectsAsync : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AdvancedSecurityObjectType * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AdvancedSecurityObjectListResult>>
override this.GetAdvancedSecurityObjectsAsync : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AdvancedSecurityObjectType * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AdvancedSecurityObjectListResult>>
Public Overridable Function GetAdvancedSecurityObjectsAsync (type As AdvancedSecurityObjectType, Optional skip As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AdvancedSecurityObjectListResult))

パラメーター

type
AdvancedSecurityObjectType

使用する AdvancedSecurityObjectType。

skip
String

使用する文字列。

top
Nullable<Int32>

使用する整数。

cancellationToken
CancellationToken

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

戻り値

適用対象