Interface ConnectionMonitor.DefinitionStages.WithDestination
- All Known Subinterfaces:
ConnectionMonitor.Definition
- Enclosing interface:
ConnectionMonitor.DefinitionStages
public static interface ConnectionMonitor.DefinitionStages.WithDestination
Sets the destination.
-
Method Summary
Modifier and TypeMethodDescriptionwithDestinationAddress(String address) withDestinationId(String resourceId)
-
Method Details
-
withDestinationId
- Parameters:
resourceId- the ID of the resource used as the source by connection monitor- Returns:
- next definition stage
-
withDestination
- Parameters:
vm- virtual machine used as the source by connection monitor- Returns:
- next definition stage
-
withDestinationAddress
- Parameters:
address- address of the connection monitor destination (IP or domain name)- Returns:
- next definition stage
-