Uses of Class
com.azure.resourcemanager.network.models.TopologyParameters
Packages that use TopologyParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of TopologyParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type TopologyParametersModifier and TypeMethodDescriptionNetworkWatchersClient.getTopology(String resourceGroupName, String networkWatcherName, TopologyParameters parameters) Gets the current network topology by resource group.NetworkWatchersClient.getTopologyAsync(String resourceGroupName, String networkWatcherName, TopologyParameters parameters) Gets the current network topology by resource group.com.azure.core.http.rest.Response<TopologyInner> NetworkWatchersClient.getTopologyWithResponse(String resourceGroupName, String networkWatcherName, TopologyParameters parameters, com.azure.core.util.Context context) Gets the current network topology by resource group.Mono<com.azure.core.http.rest.Response<TopologyInner>> NetworkWatchersClient.getTopologyWithResponseAsync(String resourceGroupName, String networkWatcherName, TopologyParameters parameters) Gets the current network topology by resource group. -
Uses of TopologyParameters in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type TopologyParametersModifier and TypeClassDescriptionfinal classParameters that define the representation of topology.Methods in com.azure.resourcemanager.network.models that return TopologyParametersModifier and TypeMethodDescriptionstatic TopologyParametersTopologyParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TopologyParameters from the JsonReader.Topology.topologyParameters()Gets parameters used to query this topology.TopologyParameters.withTargetResourceGroupName(String targetResourceGroupName) Set the targetResourceGroupName property: The name of the target resource group to perform topology on.TopologyParameters.withTargetSubnet(com.azure.core.management.SubResource targetSubnet) Set the targetSubnet property: The reference to the Subnet resource.TopologyParameters.withTargetVirtualNetwork(com.azure.core.management.SubResource targetVirtualNetwork) Set the targetVirtualNetwork property: The reference to the Virtual Network resource.