Uses of Class
com.azure.resourcemanager.network.models.NetworkConfigurationDiagnosticParameters
Packages that use NetworkConfigurationDiagnosticParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkConfigurationDiagnosticParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type NetworkConfigurationDiagnosticParametersModifier and TypeMethodDescriptioncom.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.NetworkWatchersClient.getNetworkConfigurationDiagnostic(String resourceGroupName, String networkWatcherName, NetworkConfigurationDiagnosticParameters parameters) Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.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.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. -
Uses of NetworkConfigurationDiagnosticParameters in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NetworkConfigurationDiagnosticParametersModifier and TypeClassDescriptionfinal classParameters to get network configuration diagnostic.Methods in com.azure.resourcemanager.network.models that return NetworkConfigurationDiagnosticParametersModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkConfigurationDiagnosticParameters from the JsonReader.NetworkConfigurationDiagnosticParameters.withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles) Set the profiles property: List of network configuration diagnostic profiles.NetworkConfigurationDiagnosticParameters.withTargetResourceId(String targetResourceId) Set the targetResourceId property: The ID of the target resource to perform network configuration diagnostic.NetworkConfigurationDiagnosticParameters.withVerbosityLevel(VerbosityLevel verbosityLevel) Set the verbosityLevel property: Verbosity level.