Uses of Class
com.azure.resourcemanager.network.fluent.models.QueryResultsInner
-
Packages that use QueryResultsInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models 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 QueryResultsInner Modifier and Type Method Description QueryResultsInnerFirewallPolicyIdpsSignaturesClient. 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 QueryResultsInner Modifier and Type Method Description 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 QueryResultsInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return QueryResultsInner Modifier and Type Method Description QueryResultsInnerQueryResultsInner. withMatchingRecordsCount(Long matchingRecordsCount)Set the matchingRecordsCount property: Number of total records matching the query.QueryResultsInnerQueryResultsInner. withSignatures(List<SingleQueryResult> signatures)Set the signatures property: Array containing the results of the query.
-