PacketCapture.DefinitionStages.WithTarget Interface

public static interface PacketCapture.DefinitionStages.WithTarget

Method Summary

Modifier and Type Method and Description
abstract WithStorageLocation withTarget(String target)

Set target resource ID, only VM is currently supported.

Method Details

withTarget

public abstract 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

Applies to