Uses of Class
com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile
Packages that use NetworkConfigurationDiagnosticProfile
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of NetworkConfigurationDiagnosticProfile in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NetworkConfigurationDiagnosticProfileModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticResult.profile()
Get network configuration diagnostic profile.NetworkConfigurationDiagnosticProfile.withDestination
(String destination) Set traffic destination.NetworkConfigurationDiagnosticProfile.withDestinationPort
(String destinationPort) Set traffic destination port.NetworkConfigurationDiagnosticProfile.withDirection
(Direction direction) Set the direction of the traffic.NetworkConfigurationDiagnosticProfile.withProtocol
(String protocol) Set protocol to be verified on.NetworkConfigurationDiagnosticProfile.withSource
(String source) Set traffic source.Methods in com.microsoft.azure.management.network that return types with arguments of type NetworkConfigurationDiagnosticProfileModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticParameters.profiles()
Get list of network configuration diagnostic profiles.Methods in com.microsoft.azure.management.network with parameters of type NetworkConfigurationDiagnosticProfileModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticResult.withProfile
(NetworkConfigurationDiagnosticProfile profile) Set network configuration diagnostic profile.Method parameters in com.microsoft.azure.management.network with type arguments of type NetworkConfigurationDiagnosticProfileModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticParameters.withProfiles
(List<NetworkConfigurationDiagnosticProfile> profiles) Set list of network configuration diagnostic profiles.