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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PacketCapture.DefinitionStages.WithCreatewithStoragePath(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, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.network.models.PacketCapture.DefinitionStages.WithCreate
definePacketCaptureFilter, withBytesToCapturePerPacket, withTimeLimitInSeconds, withTotalBytesPerSession
-
-
-
-
Method Detail
-
withStoragePath
PacketCapture.DefinitionStages.WithCreate withStoragePath(String 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.- 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
-
-