Interface PacketCapture.DefinitionStages.WithCreateAndStoragePath
- All Superinterfaces:
Creatable<PacketCapture>,HasName,Indexable,PacketCapture.DefinitionStages.WithCreate
- All Known Subinterfaces:
PacketCapture.Definition
- Enclosing interface:
- PacketCapture.DefinitionStages
public static interface PacketCapture.DefinitionStages.WithCreateAndStoragePath
extends PacketCapture.DefinitionStages.WithCreate
The stage of the Packet Capture definition which contains all the minimum required inputs for the resource
to be created, but also allows for any other optional settings to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithStoragePath(String storagePath) The URI of the storage path to save the packet capture.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.network.models.PacketCapture.DefinitionStages.WithCreate
definePacketCaptureFilter, withBytesToCapturePerPacket, withTimeLimitInSeconds, withTotalBytesPerSession
-
Method Details
-
withStoragePath
The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.- Parameters:
storagePath- The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.- Returns:
- the next stage
-