Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorDestination
-
Packages that use ConnectionMonitorDestination 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 ConnectionMonitorDestination in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ConnectionMonitorDestination Modifier and Type Method Description ConnectionMonitorDestinationConnectionMonitorInner. destination()Get the destination property: Describes the destination of connection monitor.ConnectionMonitorDestinationConnectionMonitorParameters. destination()Get the destination property: Describes the destination of connection monitor.ConnectionMonitorDestinationConnectionMonitorResultInner. destination()Get the destination property: Describes the destination of connection monitor.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ConnectionMonitorDestination Modifier and Type Method Description ConnectionMonitorInnerConnectionMonitorInner. withDestination(ConnectionMonitorDestination destination)Set the destination property: Describes the destination of connection monitor.ConnectionMonitorParametersConnectionMonitorParameters. withDestination(ConnectionMonitorDestination destination)Set the destination property: Describes the destination of connection monitor.ConnectionMonitorResultInnerConnectionMonitorResultInner. withDestination(ConnectionMonitorDestination destination)Set the destination property: Describes the destination of connection monitor.ConnectionMonitorResultPropertiesConnectionMonitorResultProperties. withDestination(ConnectionMonitorDestination destination)Set the destination property: Describes the destination of connection monitor. -
Uses of ConnectionMonitorDestination in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorDestination Modifier and Type Method Description ConnectionMonitorDestinationConnectionMonitor. destination()ConnectionMonitorDestinationConnectionMonitorDestination. withAddress(String address)Set the address property: Address of the connection monitor destination (IP or domain name).ConnectionMonitorDestinationConnectionMonitorDestination. withPort(Integer port)Set the port property: The destination port used by connection monitor.ConnectionMonitorDestinationConnectionMonitorDestination. withResourceId(String resourceId)Set the resourceId property: The ID of the resource used as the destination by connection monitor.
-