PacketCapture.DefinitionStages.WithTarget Interface

public interface WithTarget

Method Summary

Modifier and Type Method and Description
PacketCapture.DefinitionStages.WithStorageLocation withTarget(String target)

Set target resource ID, only VM is currently supported.

Method Details

withTarget

public 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