Uses of Class
com.azure.resourcemanager.network.fluent.models.ActiveConnectivityConfigurationsListResultInner
Packages that use ActiveConnectivityConfigurationsListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ActiveConnectivityConfigurationsListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ActiveConnectivityConfigurationsListResultInnerModifier and TypeMethodDescriptionNetworkManagementClient.listActiveConnectivityConfigurations(String resourceGroupName, String networkManagerName, ActiveConfigurationParameter parameters) Lists active connectivity configurations in a network manager.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ActiveConnectivityConfigurationsListResultInnerModifier and TypeMethodDescriptionNetworkManagementClient.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. -
Uses of ActiveConnectivityConfigurationsListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ActiveConnectivityConfigurationsListResultInnerModifier and TypeClassDescriptionfinal classResult of the request to list active connectivity configurations.Methods in com.azure.resourcemanager.network.fluent.models that return ActiveConnectivityConfigurationsListResultInnerModifier and TypeMethodDescriptionActiveConnectivityConfigurationsListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActiveConnectivityConfigurationsListResultInner from the JsonReader.ActiveConnectivityConfigurationsListResultInner.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.ActiveConnectivityConfigurationsListResultInner.withValue(List<ActiveConnectivityConfiguration> value) Set the value property: Gets a page of active connectivity configurations.