Interface ConnectionMonitor.DefinitionStages.WithSource
- All Known Subinterfaces:
ConnectionMonitor.Definition
- Enclosing interface:
ConnectionMonitor.DefinitionStages
public static interface ConnectionMonitor.DefinitionStages.WithSource
Sets the source property.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies virtual machine used as the source by connection monitor.withSourceId(String resourceId) Specifies the ID of the resource used as the source by connection monitor.
-
Method Details
-
withSourceId
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
-
withSource
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
-