LocalRulestackResource.GetPredefinedUrlCategories Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Listar categorias de URL predefinidas para rulestack
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listPredefinedUrlCategories
- IdLocalRulestacks_listPredefinedUrlCategories de operação
public virtual Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.PredefinedUrlCategory> GetPredefinedUrlCategories (string skip = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPredefinedUrlCategories : string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.PredefinedUrlCategory>
override this.GetPredefinedUrlCategories : string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.PredefinedUrlCategory>
Public Overridable Function GetPredefinedUrlCategories (Optional skip As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PredefinedUrlCategory)
Parâmetros
- skip
- String
A cadeia de caracteres a ser usada.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Uma coleção de PredefinedUrlCategory que pode levar várias solicitações de serviço para iterar.