Uses of Class
com.azure.resourcemanager.network.models.NetworkConfigurationDiagnosticProfile
-
Packages that use NetworkConfigurationDiagnosticProfile Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of NetworkConfigurationDiagnosticProfile in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NetworkConfigurationDiagnosticProfile Modifier and Type Method Description NetworkConfigurationDiagnosticProfileNetworkConfigurationDiagnosticResult. profile()Get the profile property: Network configuration diagnostic profile.NetworkConfigurationDiagnosticProfileNetworkConfigurationDiagnosticProfile. withDestination(String destination)Set the destination property: Traffic destination.NetworkConfigurationDiagnosticProfileNetworkConfigurationDiagnosticProfile. withDestinationPort(String destinationPort)Set the destinationPort property: Traffic destination port.NetworkConfigurationDiagnosticProfileNetworkConfigurationDiagnosticProfile. withDirection(Direction direction)Set the direction property: The direction of the traffic.NetworkConfigurationDiagnosticProfileNetworkConfigurationDiagnosticProfile. withProtocol(String protocol)Set the protocol property: Protocol to be verified on.NetworkConfigurationDiagnosticProfileNetworkConfigurationDiagnosticProfile. withSource(String source)Set the source property: Traffic source.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkConfigurationDiagnosticProfile Modifier and Type Method Description List<NetworkConfigurationDiagnosticProfile>NetworkConfigurationDiagnosticParameters. profiles()Get the profiles property: List of network configuration diagnostic profiles.Methods in com.azure.resourcemanager.network.models with parameters of type NetworkConfigurationDiagnosticProfile Modifier and Type Method Description NetworkConfigurationDiagnosticResultNetworkConfigurationDiagnosticResult. withProfile(NetworkConfigurationDiagnosticProfile profile)Set the profile property: Network configuration diagnostic profile.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkConfigurationDiagnosticProfile Modifier and Type Method Description NetworkConfigurationDiagnosticParametersNetworkConfigurationDiagnosticParameters. withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles)Set the profiles property: List of network configuration diagnostic profiles.
-