| 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 |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConfigurationDiagnosticResponseInner>,NetworkConfigurationDiagnosticResponseInner> |
NetworkWatchersClient.beginGetNetworkConfigurationDiagnostic(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConfigurationDiagnosticResponseInner>,NetworkConfigurationDiagnosticResponseInner> |
NetworkWatchersClient.beginGetNetworkConfigurationDiagnostic(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters,
com.azure.core.util.Context context)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkConfigurationDiagnosticResponseInner>,NetworkConfigurationDiagnosticResponseInner> |
NetworkWatchersClient.beginGetNetworkConfigurationDiagnosticAsync(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
NetworkConfigurationDiagnosticResponseInner |
NetworkWatchersClient.getNetworkConfigurationDiagnostic(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
NetworkConfigurationDiagnosticResponseInner |
NetworkWatchersClient.getNetworkConfigurationDiagnostic(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters,
com.azure.core.util.Context context)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
Mono<NetworkConfigurationDiagnosticResponseInner> |
NetworkWatchersClient.getNetworkConfigurationDiagnosticAsync(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NetworkWatchersClient.getNetworkConfigurationDiagnosticWithResponseAsync(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigurationDiagnosticParameters |
NetworkConfigurationDiagnosticParameters.withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles)
Set the profiles property: List of network configuration diagnostic profiles.
|
NetworkConfigurationDiagnosticParameters |
NetworkConfigurationDiagnosticParameters.withTargetResourceId(String targetResourceId)
Set the targetResourceId property: The ID of the target resource to perform network configuration diagnostic.
|
NetworkConfigurationDiagnosticParameters |
NetworkConfigurationDiagnosticParameters.withVerbosityLevel(VerbosityLevel verbosityLevel)
Set the verbosityLevel property: Verbosity level.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.