Uses of Class
com.azure.resourcemanager.network.models.NetworkConfigurationDiagnosticProfile
Packages that use NetworkConfigurationDiagnosticProfile
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkConfigurationDiagnosticProfile in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NetworkConfigurationDiagnosticProfileModifier and TypeClassDescriptionfinal classParameters to compare with network configuration.Methods in com.azure.resourcemanager.network.models that return NetworkConfigurationDiagnosticProfileModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkConfigurationDiagnosticProfile from the JsonReader.NetworkConfigurationDiagnosticResult.profile()Get the profile property: Network configuration diagnostic profile.NetworkConfigurationDiagnosticProfile.withDestination(String destination) Set the destination property: Traffic destination.NetworkConfigurationDiagnosticProfile.withDestinationPort(String destinationPort) Set the destinationPort property: Traffic destination port.NetworkConfigurationDiagnosticProfile.withDirection(Direction direction) Set the direction property: The direction of the traffic.NetworkConfigurationDiagnosticProfile.withProtocol(String protocol) Set the protocol property: Protocol to be verified on.NetworkConfigurationDiagnosticProfile.withSource(String source) Set the source property: Traffic source.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkConfigurationDiagnosticProfileModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticParameters.profiles()Get the profiles property: List of network configuration diagnostic profiles.Methods in com.azure.resourcemanager.network.models with parameters of type NetworkConfigurationDiagnosticProfileModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticResult.withProfile(NetworkConfigurationDiagnosticProfile profile) Set the profile property: Network configuration diagnostic profile.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkConfigurationDiagnosticProfileModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticParameters.withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles) Set the profiles property: List of network configuration diagnostic profiles.