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 TypeMethodDescriptionSpecifies virtual machine used as the source by connection monitor.withDestinationAddress(String address) Specifies address of the connection monitor destination (IP or domain name).withDestinationId(String resourceId) Specifies the ID of the resource used as the source by connection monitor.
-
Method Details
-
withDestinationId
Specifies the ID of the resource used as the source by connection monitor.- Parameters:
resourceId- the ID of the resource used as the source by connection monitor- Returns:
- next definition stage
-
withDestination
Specifies virtual machine used as the source by connection monitor.- Parameters:
vm- virtual machine used as the source by connection monitor- Returns:
- next definition stage
-
withDestinationAddress
Specifies address of the connection monitor destination (IP or domain name).- Parameters:
address- address of the connection monitor destination (IP or domain name)- Returns:
- next definition stage
-