Uses of Class
com.azure.resourcemanager.network.fluent.models.PacketCaptureQueryStatusResultInner
-
Packages that use PacketCaptureQueryStatusResultInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of PacketCaptureQueryStatusResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return PacketCaptureQueryStatusResultInner Modifier and Type Method Description PacketCaptureQueryStatusResultInnerPacketCapturesClient. getStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName)Query the status of a running packet capture session.PacketCaptureQueryStatusResultInnerPacketCapturesClient. 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 PacketCaptureQueryStatusResultInner Modifier and Type Method Description 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)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.Mono<PacketCaptureQueryStatusResultInner>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
Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureQueryStatusResultInner Modifier and Type Method Description PacketCaptureQueryStatusResultInnerPacketCaptureQueryStatusResultInner. withCaptureStartTime(OffsetDateTime captureStartTime)Set the captureStartTime property: The start time of the packet capture session.PacketCaptureQueryStatusResultInnerPacketCaptureQueryStatusResultInner. withId(String id)Set the id property: The ID of the packet capture resource.PacketCaptureQueryStatusResultInnerPacketCaptureQueryStatusResultInner. withName(String name)Set the name property: The name of the packet capture resource.PacketCaptureQueryStatusResultInnerPacketCaptureQueryStatusResultInner. withPacketCaptureError(List<PcError> packetCaptureError)Set the packetCaptureError property: List of errors of packet capture session.PacketCaptureQueryStatusResultInnerPacketCaptureQueryStatusResultInner. withPacketCaptureStatus(PcStatus packetCaptureStatus)Set the packetCaptureStatus property: The status of the packet capture session.PacketCaptureQueryStatusResultInnerPacketCaptureQueryStatusResultInner. withStopReason(String stopReason)Set the stopReason property: The reason the current packet capture session was stopped.
-