Uses of Interface
com.microsoft.azure.management.network.PacketCapture.DefinitionStages.WithCreate
-
Packages that use PacketCapture.DefinitionStages.WithCreate Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of PacketCapture.DefinitionStages.WithCreate in com.microsoft.azure.management.network
Subinterfaces of PacketCapture.DefinitionStages.WithCreate in com.microsoft.azure.management.network Modifier and Type Interface Description static interfacePacketCapture.DefinitionThe entirety of the packet capture definition.static interfacePacketCapture.DefinitionStages.WithCreateAndStoragePathMethods in com.microsoft.azure.management.network that return PacketCapture.DefinitionStages.WithCreate Modifier and Type Method Description PacketCapture.DefinitionStages.WithCreatePacketCapture.DefinitionStages.WithCreate. withBytesToCapturePerPacket(int bytesToCapturePerPacket)Set number of bytes captured per packet, the remaining bytes are truncated.PacketCapture.DefinitionStages.WithCreatePacketCapture.DefinitionStages.WithStorageLocation. withFilePath(String filePath)A valid local path on the targeting VM.PacketCapture.DefinitionStages.WithCreatePacketCapture.DefinitionStages.WithCreateAndStoragePath. withStoragePath(String storagePath)The URI of the storage path to save the packet capture.PacketCapture.DefinitionStages.WithCreatePacketCapture.DefinitionStages.WithCreate. withTimeLimitInSeconds(int timeLimitInSeconds)Set maximum duration of the capture session in seconds.PacketCapture.DefinitionStages.WithCreatePacketCapture.DefinitionStages.WithCreate. withTotalBytesPerSession(int totalBytesPerSession)Set maximum size of the capture output.Methods in com.microsoft.azure.management.network that return types with arguments of type PacketCapture.DefinitionStages.WithCreate Modifier and Type Method Description PCFilter.DefinitionStages.Blank<PacketCapture.DefinitionStages.WithCreate>PacketCapture.DefinitionStages.WithCreate. definePacketCaptureFilter()Begin the definition of packet capture filter.
-