Interface PacketCapture.DefinitionStages.WithTarget
-
- All Known Subinterfaces:
PacketCapture.Definition
- Enclosing interface:
- PacketCapture.DefinitionStages
public static interface PacketCapture.DefinitionStages.WithTargetThe stage of the Packet Capture definition allowing to specify the target.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PacketCapture.DefinitionStages.WithStorageLocationwithTarget(String target)Set target resource ID, only VM is currently supported.
-
-
-
Method Detail
-
withTarget
PacketCapture.DefinitionStages.WithStorageLocation withTarget(String target)
Set target resource ID, only VM is currently supported.- Parameters:
target- The ID of the targeted resource- Returns:
- the next stage
-
-