Interface VerificationIPFlow.DefinitionStages.WithTargetResource
-
- All Known Subinterfaces:
VerificationIPFlow.Definition
- Enclosing interface:
- VerificationIPFlow.DefinitionStages
public static interface VerificationIPFlow.DefinitionStages.WithTargetResourceThe ID of the target resource to perform next-hop on.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerificationIPFlow.DefinitionStages.WithDirectionwithTargetResourceId(String vmId)Set the targetResourceId value.
-
-
-
Method Detail
-
withTargetResourceId
VerificationIPFlow.DefinitionStages.WithDirection withTargetResourceId(String vmId)
Set the targetResourceId value.- Parameters:
vmId- the targetResourceId value to set- Returns:
- the next stage of the definition.
-
-