Uses of Class
com.azure.resourcemanager.network.models.ActiveConfigurationParameter
Packages that use ActiveConfigurationParameter
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ActiveConfigurationParameter in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type ActiveConfigurationParameterModifier and TypeMethodDescriptionNetworkManagementClient.listActiveConnectivityConfigurations(String resourceGroupName, String networkManagerName, ActiveConfigurationParameter parameters) Lists active connectivity configurations in a network manager.NetworkManagementClient.listActiveConnectivityConfigurationsAsync(String resourceGroupName, String networkManagerName, ActiveConfigurationParameter parameters) Lists active connectivity configurations in a network manager.com.azure.core.http.rest.Response<ActiveConnectivityConfigurationsListResultInner> NetworkManagementClient.listActiveConnectivityConfigurationsWithResponse(String resourceGroupName, String networkManagerName, ActiveConfigurationParameter parameters, Integer top, com.azure.core.util.Context context) Lists active connectivity configurations in a network manager.Mono<com.azure.core.http.rest.Response<ActiveConnectivityConfigurationsListResultInner>> NetworkManagementClient.listActiveConnectivityConfigurationsWithResponseAsync(String resourceGroupName, String networkManagerName, ActiveConfigurationParameter parameters, Integer top) Lists active connectivity configurations in a network manager.NetworkManagementClient.listActiveSecurityAdminRules(String resourceGroupName, String networkManagerName, ActiveConfigurationParameter parameters) Lists active security admin rules in a network manager.NetworkManagementClient.listActiveSecurityAdminRulesAsync(String resourceGroupName, String networkManagerName, ActiveConfigurationParameter parameters) Lists active security admin rules in a network manager.com.azure.core.http.rest.Response<ActiveSecurityAdminRulesListResultInner> NetworkManagementClient.listActiveSecurityAdminRulesWithResponse(String resourceGroupName, String networkManagerName, ActiveConfigurationParameter parameters, Integer top, com.azure.core.util.Context context) Lists active security admin rules in a network manager.Mono<com.azure.core.http.rest.Response<ActiveSecurityAdminRulesListResultInner>> NetworkManagementClient.listActiveSecurityAdminRulesWithResponseAsync(String resourceGroupName, String networkManagerName, ActiveConfigurationParameter parameters, Integer top) Lists active security admin rules in a network manager. -
Uses of ActiveConfigurationParameter in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ActiveConfigurationParameterModifier and TypeMethodDescriptionstatic ActiveConfigurationParameterActiveConfigurationParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActiveConfigurationParameter from the JsonReader.ActiveConfigurationParameter.withRegions(List<String> regions) Set the regions property: List of regions.ActiveConfigurationParameter.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.