Interface PacketCapture.Definition
-
- All Superinterfaces:
Creatable<PacketCapture>,HasName,Indexable,PacketCapture.DefinitionStages.WithCreate,PacketCapture.DefinitionStages.WithCreateAndStoragePath,PacketCapture.DefinitionStages.WithStorageLocation,PacketCapture.DefinitionStages.WithTarget
- Enclosing interface:
- PacketCapture
public static interface PacketCapture.Definition extends PacketCapture.DefinitionStages.WithTarget, PacketCapture.DefinitionStages.WithStorageLocation, PacketCapture.DefinitionStages.WithCreateAndStoragePath
The entirety of the packet capture definition.
-
-
Method Summary
-
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
-
Methods inherited from interface com.azure.resourcemanager.network.models.PacketCapture.DefinitionStages.WithCreateAndStoragePath
withStoragePath
-
Methods inherited from interface com.azure.resourcemanager.network.models.PacketCapture.DefinitionStages.WithStorageLocation
withFilePath, withStorageAccountId
-
Methods inherited from interface com.azure.resourcemanager.network.models.PacketCapture.DefinitionStages.WithTarget
withTarget
-
-