Uses of Interface
com.azure.resourcemanager.network.models.PacketCapture.DefinitionStages.WithCreate
-
Packages that use PacketCapture.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.network.models 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.models Modifier and Type Interface Description static interfacePacketCapture.DefinitionThe entirety of the packet capture definition.static interfacePacketCapture.DefinitionStages.WithCreateAndStoragePathThe 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.Methods in com.azure.resourcemanager.network.models that return PacketCapture.DefinitionStages.WithCreate Modifier and Type Method Description PacketCapture.DefinitionStages.WithCreatePacketCapture.DefinitionStages.WithCreate. withBytesToCapturePerPacket(long 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(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.WithCreate Modifier and Type Method Description PCFilter.DefinitionStages.Blank<PacketCapture.DefinitionStages.WithCreate>PacketCapture.DefinitionStages.WithCreate. definePacketCaptureFilter()Begin the definition of packet capture filter.
-