Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorOutput
-
Packages that use ConnectionMonitorOutput Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ConnectionMonitorOutput Modifier and Type Method Description List<ConnectionMonitorOutput>ConnectionMonitorInner. outputs()Get the outputs property: List of connection monitor outputs.List<ConnectionMonitorOutput>ConnectionMonitorParameters. outputs()Get the outputs property: List of connection monitor outputs.List<ConnectionMonitorOutput>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 ConnectionMonitorOutput Modifier and Type Method Description ConnectionMonitorInnerConnectionMonitorInner. withOutputs(List<ConnectionMonitorOutput> outputs)Set the outputs property: List of connection monitor outputs.ConnectionMonitorParametersConnectionMonitorParameters. withOutputs(List<ConnectionMonitorOutput> outputs)Set the outputs property: List of connection monitor outputs.ConnectionMonitorResultInnerConnectionMonitorResultInner. withOutputs(List<ConnectionMonitorOutput> outputs)Set the outputs property: List of connection monitor outputs.ConnectionMonitorResultPropertiesConnectionMonitorResultProperties. 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 ConnectionMonitorOutput Modifier and Type Method Description ConnectionMonitorOutputConnectionMonitorOutput. withType(OutputType type)Set the type property: Connection monitor output destination type.ConnectionMonitorOutputConnectionMonitorOutput. withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)Set the workspaceSettings property: Describes the settings for producing output into a log analytics workspace.
-