Uses of Class
com.azure.resourcemanager.network.fluent.models.PacketCaptureQueryStatusResultInner
Packages that use PacketCaptureQueryStatusResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PacketCaptureQueryStatusResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return PacketCaptureQueryStatusResultInnerModifier and TypeMethodDescriptionPacketCapturesClient.getStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName) Query the status of a running packet capture session.PacketCapturesClient.getStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName, com.azure.core.util.Context context) Query the status of a running packet capture session.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type PacketCaptureQueryStatusResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureQueryStatusResultInner>, PacketCaptureQueryStatusResultInner> PacketCapturesClient.beginGetStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName) Query the status of a running packet capture session.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureQueryStatusResultInner>, PacketCaptureQueryStatusResultInner> PacketCapturesClient.beginGetStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName) Query the status of a running packet capture session.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureQueryStatusResultInner>, PacketCaptureQueryStatusResultInner> PacketCapturesClient.beginGetStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName, com.azure.core.util.Context context) Query the status of a running packet capture session.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureQueryStatusResultInner>, PacketCaptureQueryStatusResultInner> PacketCapturesClient.beginGetStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName, com.azure.core.util.Context context) Query the status of a running packet capture session.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PacketCaptureQueryStatusResultInner>, PacketCaptureQueryStatusResultInner> PacketCapturesClient.beginGetStatusAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName) Query the status of a running packet capture session.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PacketCaptureQueryStatusResultInner>, PacketCaptureQueryStatusResultInner> PacketCapturesClient.beginGetStatusAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName) Query the status of a running packet capture session.PacketCapturesClient.getStatusAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName) Query the status of a running packet capture session. -
Uses of PacketCaptureQueryStatusResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type PacketCaptureQueryStatusResultInnerModifier and TypeClassDescriptionfinal classStatus of packet capture session.Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureQueryStatusResultInnerModifier and TypeMethodDescriptionPacketCaptureQueryStatusResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PacketCaptureQueryStatusResultInner from the JsonReader.PacketCaptureQueryStatusResultInner.withCaptureStartTime(OffsetDateTime captureStartTime) Set the captureStartTime property: The start time of the packet capture session.Set the id property: The ID of the packet capture resource.Set the name property: The name of the packet capture resource.PacketCaptureQueryStatusResultInner.withPacketCaptureError(List<PcError> packetCaptureError) Set the packetCaptureError property: List of errors of packet capture session.PacketCaptureQueryStatusResultInner.withPacketCaptureStatus(PcStatus packetCaptureStatus) Set the packetCaptureStatus property: The status of the packet capture session.PacketCaptureQueryStatusResultInner.withStopReason(String stopReason) Set the stopReason property: The reason the current packet capture session was stopped. -
Uses of PacketCaptureQueryStatusResultInner in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type PacketCaptureQueryStatusResultInner in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceStatus of packet capture session.