Uses of Interface
com.azure.resourcemanager.network.models.PacketCapture.DefinitionStages.WithCreate
Packages that use PacketCapture.DefinitionStages.WithCreate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PacketCapture.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of PacketCapture.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the packet capture definition.static interfaceThe 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.Subinterfaces with type arguments of type PacketCapture.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfacePCFilter.DefinitionStages.Blank<ParentT>The first stage of a packet capture filter definition.Methods in com.azure.resourcemanager.network.models that return PacketCapture.DefinitionStages.WithCreateModifier and TypeMethodDescriptionPacketCapture.DefinitionStages.WithCreate.withBytesToCapturePerPacket(long bytesToCapturePerPacket) Set number of bytes captured per packet, the remaining bytes are truncated.PacketCapture.DefinitionStages.WithStorageLocation.withFilePath(String filePath) A valid local path on the targeting VM.PacketCapture.DefinitionStages.WithCreateAndStoragePath.withStoragePath(String storagePath) The URI of the storage path to save the packet capture.PacketCapture.DefinitionStages.WithCreate.withTimeLimitInSeconds(int timeLimitInSeconds) Set maximum duration of the capture session in seconds.PacketCapture.DefinitionStages.WithCreate.withTotalBytesPerSession(long totalBytesPerSession) Set maximum size of the capture output.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PacketCapture.DefinitionStages.WithCreateModifier and TypeMethodDescriptionPacketCapture.DefinitionStages.WithCreate.definePacketCaptureFilter()Begin the definition of packet capture filter.