Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorOutput
Packages that use ConnectionMonitorOutput
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionMonitorOutput in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ConnectionMonitorOutputModifier and TypeMethodDescriptionConnectionMonitorInner.outputs()Get the outputs property: List of connection monitor outputs.ConnectionMonitorParameters.outputs()Get the outputs property: List of connection monitor outputs.ConnectionMonitorResultInner.outputs()Get the outputs property: List of connection monitor outputs.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ConnectionMonitorOutputModifier and TypeMethodDescriptionConnectionMonitorInner.withOutputs(List<ConnectionMonitorOutput> outputs) Set the outputs property: List of connection monitor outputs.ConnectionMonitorParameters.withOutputs(List<ConnectionMonitorOutput> outputs) Set the outputs property: List of connection monitor outputs.ConnectionMonitorResultInner.withOutputs(List<ConnectionMonitorOutput> outputs) Set the outputs property: List of connection monitor outputs.ConnectionMonitorResultProperties.withOutputs(List<ConnectionMonitorOutput> outputs) Set the outputs property: List of connection monitor outputs. -
Uses of ConnectionMonitorOutput in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorOutputModifier and TypeMethodDescriptionstatic ConnectionMonitorOutputConnectionMonitorOutput.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorOutput from the JsonReader.ConnectionMonitorOutput.withType(OutputType type) Set the type property: Connection monitor output destination type.ConnectionMonitorOutput.withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings) Set the workspaceSettings property: Describes the settings for producing output into a log analytics workspace.