| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigurationDiagnosticProfile |
NetworkConfigurationDiagnosticResult.profile()
Get network configuration diagnostic profile.
|
NetworkConfigurationDiagnosticProfile |
NetworkConfigurationDiagnosticProfile.withDestination(String destination)
Set traffic destination.
|
NetworkConfigurationDiagnosticProfile |
NetworkConfigurationDiagnosticProfile.withDestinationPort(String destinationPort)
Set traffic destination port.
|
NetworkConfigurationDiagnosticProfile |
NetworkConfigurationDiagnosticProfile.withDirection(Direction direction)
Set the direction of the traffic.
|
NetworkConfigurationDiagnosticProfile |
NetworkConfigurationDiagnosticProfile.withProtocol(String protocol)
Set protocol to be verified on.
|
NetworkConfigurationDiagnosticProfile |
NetworkConfigurationDiagnosticProfile.withSource(String source)
Set traffic source.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkConfigurationDiagnosticProfile> |
NetworkConfigurationDiagnosticParameters.profiles()
Get list of network configuration diagnostic profiles.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigurationDiagnosticResult |
NetworkConfigurationDiagnosticResult.withProfile(NetworkConfigurationDiagnosticProfile profile)
Set network configuration diagnostic profile.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigurationDiagnosticParameters |
NetworkConfigurationDiagnosticParameters.withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles)
Set list of network configuration diagnostic profiles.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/