你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LocalRulestackResource.GetAdvancedSecurityObjectsAsync 方法

定义

获取高级安全对象列表

  • Request Path/subscriptions/{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

要使用的取消标记。

返回

适用于