Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkManagerEffectiveConnectivityConfigurationListResultInner
Packages that use NetworkManagerEffectiveConnectivityConfigurationListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of NetworkManagerEffectiveConnectivityConfigurationListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NetworkManagerEffectiveConnectivityConfigurationListResultInnerModifier and TypeMethodDescriptionNetworkManagementClient.listNetworkManagerEffectiveConnectivityConfigurations(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters) List all effective connectivity configurations applied on a virtual network.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NetworkManagerEffectiveConnectivityConfigurationListResultInnerModifier and TypeMethodDescriptionNetworkManagementClient.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. -
Uses of NetworkManagerEffectiveConnectivityConfigurationListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type NetworkManagerEffectiveConnectivityConfigurationListResultInnerModifier and TypeClassDescriptionfinal classResult of the request to list networkManagerEffectiveConnectivityConfiguration.Methods in com.azure.resourcemanager.network.fluent.models that return NetworkManagerEffectiveConnectivityConfigurationListResultInnerModifier and TypeMethodDescriptionNetworkManagerEffectiveConnectivityConfigurationListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkManagerEffectiveConnectivityConfigurationListResultInner from the JsonReader.NetworkManagerEffectiveConnectivityConfigurationListResultInner.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.NetworkManagerEffectiveConnectivityConfigurationListResultInner.withValue(List<EffectiveConnectivityConfiguration> value) Set the value property: Gets a page of NetworkManagerEffectiveConnectivityConfiguration.