Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorSource
-
Packages that use ConnectionMonitorSource 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 ConnectionMonitorSource in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ConnectionMonitorSource Modifier and Type Method Description ConnectionMonitorSourceConnectionMonitorInner. source()Get the source property: Describes the source of connection monitor.ConnectionMonitorSourceConnectionMonitorParameters. source()Get the source property: Describes the source of connection monitor.ConnectionMonitorSourceConnectionMonitorResultInner. source()Get the source property: Describes the source of connection monitor.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ConnectionMonitorSource Modifier and Type Method Description ConnectionMonitorInnerConnectionMonitorInner. withSource(ConnectionMonitorSource source)Set the source property: Describes the source of connection monitor.ConnectionMonitorParametersConnectionMonitorParameters. withSource(ConnectionMonitorSource source)Set the source property: Describes the source of connection monitor.ConnectionMonitorResultInnerConnectionMonitorResultInner. withSource(ConnectionMonitorSource source)Set the source property: Describes the source of connection monitor.ConnectionMonitorResultPropertiesConnectionMonitorResultProperties. withSource(ConnectionMonitorSource source)Set the source property: Describes the source of connection monitor. -
Uses of ConnectionMonitorSource in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorSource Modifier and Type Method Description ConnectionMonitorSourceConnectionMonitor. source()ConnectionMonitorSourceConnectionMonitorSource. withPort(Integer port)Set the port property: The source port used by connection monitor.ConnectionMonitorSourceConnectionMonitorSource. withResourceId(String resourceId)Set the resourceId property: The ID of the resource used as the source by connection monitor.
-