Uses of Class
com.azure.resourcemanager.network.models.QueryRequestOptions
Packages that use QueryRequestOptions
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of QueryRequestOptions in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type QueryRequestOptionsModifier and TypeMethodDescriptionNetworkManagementClient.listNetworkManagerEffectiveConnectivityConfigurations(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters) List all effective connectivity configurations applied on a virtual network.NetworkManagementClient.listNetworkManagerEffectiveConnectivityConfigurationsAsync(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters) List all effective connectivity configurations applied on a virtual network.com.azure.core.http.rest.Response<NetworkManagerEffectiveConnectivityConfigurationListResultInner> NetworkManagementClient.listNetworkManagerEffectiveConnectivityConfigurationsWithResponse(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters, Integer top, com.azure.core.util.Context context) List all effective connectivity configurations applied on a virtual network.Mono<com.azure.core.http.rest.Response<NetworkManagerEffectiveConnectivityConfigurationListResultInner>> NetworkManagementClient.listNetworkManagerEffectiveConnectivityConfigurationsWithResponseAsync(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters, Integer top) List all effective connectivity configurations applied on a virtual network.NetworkManagementClient.listNetworkManagerEffectiveSecurityAdminRules(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters) List all effective security admin rules applied on a virtual network.NetworkManagementClient.listNetworkManagerEffectiveSecurityAdminRulesAsync(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters) List all effective security admin rules applied on a virtual network.com.azure.core.http.rest.Response<NetworkManagerEffectiveSecurityAdminRulesListResultInner> NetworkManagementClient.listNetworkManagerEffectiveSecurityAdminRulesWithResponse(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters, Integer top, com.azure.core.util.Context context) List all effective security admin rules applied on a virtual network.Mono<com.azure.core.http.rest.Response<NetworkManagerEffectiveSecurityAdminRulesListResultInner>> NetworkManagementClient.listNetworkManagerEffectiveSecurityAdminRulesWithResponseAsync(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters, Integer top) List all effective security admin rules applied on a virtual network. -
Uses of QueryRequestOptions in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return QueryRequestOptionsModifier and TypeMethodDescriptionstatic QueryRequestOptionsQueryRequestOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryRequestOptions from the JsonReader.QueryRequestOptions.withSkipToken(String skipToken) Set the skipToken property: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.