Uses of Class
com.azure.resourcemanager.network.models.IdpsQueryObject
-
Packages that use IdpsQueryObject Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.models 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 IdpsQueryObject Modifier and Type Method Description QueryResultsInnerFirewallPolicyIdpsSignaturesClient. list(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)Retrieves the current status of IDPS signatures for the relevant policy.Mono<QueryResultsInner>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
Methods in com.azure.resourcemanager.network.models that return IdpsQueryObject Modifier and Type Method Description IdpsQueryObjectIdpsQueryObject. withFilters(List<FilterItems> filters)Set the filters property: Contain all filters names and values.IdpsQueryObjectIdpsQueryObject. withOrderBy(OrderBy orderBy)Set the orderBy property: Column to sort response by.IdpsQueryObjectIdpsQueryObject. withResultsPerPage(Integer resultsPerPage)Set the resultsPerPage property: The number of the results to return in each page.IdpsQueryObjectIdpsQueryObject. withSearch(String search)Set the search property: Search term in all columns.IdpsQueryObjectIdpsQueryObject. withSkip(Integer skip)Set the skip property: The number of records matching the filter to skip.
-