Interface PacketCapture.DefinitionStages.WithCreateAndStoragePath
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Creatable<PacketCapture>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable,PacketCapture.DefinitionStages.WithCreate
- All Known Subinterfaces:
PacketCapture.Definition
- Enclosing interface:
- PacketCapture.DefinitionStages
public static interface PacketCapture.DefinitionStages.WithCreateAndStoragePath extends PacketCapture.DefinitionStages.WithCreate
-
-
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.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.network.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
-
-