Interface NextHop.DefinitionStages.WithTargetResource
-
- All Known Subinterfaces:
NextHop.Definition
- Enclosing interface:
- NextHop.DefinitionStages
public static interface NextHop.DefinitionStages.WithTargetResourceThe first stage of next hop parameters definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NextHop.DefinitionStages.WithSourceIPwithTargetResourceId(String vmId)Set the targetResourceId value.
-
-
-
Method Detail
-
withTargetResourceId
NextHop.DefinitionStages.WithSourceIP withTargetResourceId(String vmId)
Set the targetResourceId value.- Parameters:
vmId- the targetResourceId value to set- Returns:
- the VerificationIPFlow object itself.
-
-