Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorDestination
Packages that use ConnectionMonitorDestination
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ConnectionMonitorDestinationModifier and TypeMethodDescriptionConnectionMonitorInner.destination()Get the destination property: Describes the destination of connection monitor.ConnectionMonitorParameters.destination()Get the destination property: Describes the destination of connection monitor.ConnectionMonitorResultInner.destination()Get the destination property: Describes the destination of connection monitor.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ConnectionMonitorDestinationModifier and TypeMethodDescriptionConnectionMonitorInner.withDestination(ConnectionMonitorDestination destination) Set the destination property: Describes the destination of connection monitor.ConnectionMonitorParameters.withDestination(ConnectionMonitorDestination destination) Set the destination property: Describes the destination of connection monitor.ConnectionMonitorResultInner.withDestination(ConnectionMonitorDestination destination) Set the destination property: Describes the destination of connection monitor.ConnectionMonitorResultProperties.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 ConnectionMonitorDestinationModifier and TypeMethodDescriptionConnectionMonitor.destination()Gets the destination property.static ConnectionMonitorDestinationConnectionMonitorDestination.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorDestination from the JsonReader.ConnectionMonitorDestination.withAddress(String address) Set the address property: Address of the connection monitor destination (IP or domain name).Set the port property: The destination port used by connection monitor.ConnectionMonitorDestination.withResourceId(String resourceId) Set the resourceId property: The ID of the resource used as the destination by connection monitor.