Uses of Class
com.azure.resourcemanager.network.fluent.models.QueryResultsInner
Packages that use QueryResultsInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of QueryResultsInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return QueryResultsInnerModifier and TypeMethodDescriptionFirewallPolicyIdpsSignaturesClient.list(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters) Retrieves the current status of IDPS signatures for the relevant policy.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type QueryResultsInnerModifier and TypeMethodDescriptionFirewallPolicyIdpsSignaturesClient.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 QueryResultsInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return QueryResultsInnerModifier and TypeMethodDescriptionstatic QueryResultsInnerQueryResultsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryResultsInner from the JsonReader.QueryResultsInner.withMatchingRecordsCount(Long matchingRecordsCount) Set the matchingRecordsCount property: Number of total records matching the query.QueryResultsInner.withSignatures(List<SingleQueryResult> signatures) Set the signatures property: Array containing the results of the query.