| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TopologyInner |
NetworkWatchersClient.getTopology(String resourceGroupName,
String networkWatcherName,
TopologyParameters parameters)
Gets the current network topology by resource group.
|
Mono<TopologyInner> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
TopologyParameters |
Topology.topologyParameters() |
TopologyParameters |
TopologyParameters.withTargetResourceGroupName(String targetResourceGroupName)
Set the targetResourceGroupName property: The name of the target resource group to perform topology on.
|
TopologyParameters |
TopologyParameters.withTargetSubnet(com.azure.core.management.SubResource targetSubnet)
Set the targetSubnet property: The reference to the Subnet resource.
|
TopologyParameters |
TopologyParameters.withTargetVirtualNetwork(com.azure.core.management.SubResource targetVirtualNetwork)
Set the targetVirtualNetwork property: The reference to the Virtual Network resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.