Uses of Class
com.azure.resourcemanager.network.models.IdpsQueryObject
Packages that use IdpsQueryObject
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IdpsQueryObject in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type IdpsQueryObjectModifier and TypeMethodDescriptionFirewallPolicyIdpsSignaturesClient.list(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters) Retrieves the current status of IDPS signatures for the relevant policy.FirewallPolicyIdpsSignaturesClient.listAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters) Retrieves the current status of IDPS signatures for the relevant policy.com.azure.core.http.rest.Response<QueryResultsInner> FirewallPolicyIdpsSignaturesClient.listWithResponse(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters, com.azure.core.util.Context context) Retrieves the current status of IDPS signatures for the relevant policy.Mono<com.azure.core.http.rest.Response<QueryResultsInner>> FirewallPolicyIdpsSignaturesClient.listWithResponseAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters) Retrieves the current status of IDPS signatures for the relevant policy. -
Uses of IdpsQueryObject in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type IdpsQueryObjectModifier and TypeClassDescriptionfinal classWill describe the query to run against the IDPS signatures DB.Methods in com.azure.resourcemanager.network.models that return IdpsQueryObjectModifier and TypeMethodDescriptionstatic IdpsQueryObjectIdpsQueryObject.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IdpsQueryObject from the JsonReader.IdpsQueryObject.withFilters(List<FilterItems> filters) Set the filters property: Contain all filters names and values.IdpsQueryObject.withOrderBy(OrderBy orderBy) Set the orderBy property: Column to sort response by.IdpsQueryObject.withResultsPerPage(Integer resultsPerPage) Set the resultsPerPage property: The number of the results to return in each page.IdpsQueryObject.withSearch(String search) Set the search property: Search term in all columns.Set the skip property: The number of records matching the filter to skip.