Interface ConnectivityCheck.DefinitionStages.FromSourceVirtualMachine
- All Known Subinterfaces:
ConnectivityCheck.Definition
- Enclosing interface:
ConnectivityCheck.DefinitionStages
public static interface ConnectivityCheck.DefinitionStages.FromSourceVirtualMachine
Sets the source property.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies virtual machine from which a connectivity check will be initiated.fromSourceVirtualMachine(String resourceId) Specifies the ID of the virtual machine from which a connectivity check will be initiated.
-
Method Details
-
fromSourceVirtualMachine
Specifies the ID of the virtual machine from which a connectivity check will be initiated.- Parameters:
resourceId- the ID of the virtual machine from which a connectivity check will be initiated- Returns:
- next definition stage
-
fromSourceVirtualMachine
Specifies virtual machine from which a connectivity check will be initiated.- Parameters:
vm- virtual machine from which a connectivity check will be initiated- Returns:
- next definition stage
-