azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

78 строки
4.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.PacketCaptureStatus"
fullName: "com.microsoft.azure.management.network.PacketCaptureStatus"
name: "PacketCaptureStatus"
nameWithType: "PacketCaptureStatus"
summary: "Status of packet capture session."
syntax: "public interface **PacketCaptureStatus**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner?alt=com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner&text=PacketCaptureQueryStatusResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.PacketCaptureStatus.captureStartTime()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStatus.captureStartTime()"
name: "captureStartTime()"
nameWithType: "PacketCaptureStatus.captureStartTime()"
modifiers:
- "abstract"
syntax: "public abstract DateTime captureStartTime()"
returns:
description: "the start time of the packet capture session"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureStatus.id()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStatus.id()"
name: "id()"
nameWithType: "PacketCaptureStatus.id()"
modifiers:
- "abstract"
syntax: "public abstract String id()"
returns:
description: "the ID of the packet capture resource"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureStatus.name()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStatus.name()"
name: "name()"
nameWithType: "PacketCaptureStatus.name()"
modifiers:
- "abstract"
syntax: "public abstract String name()"
returns:
description: "the name of the packet capture resource"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureStatus.packetCaptureErrors()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStatus.packetCaptureErrors()"
name: "packetCaptureErrors()"
nameWithType: "PacketCaptureStatus.packetCaptureErrors()"
modifiers:
- "abstract"
syntax: "public abstract List<PcError> packetCaptureErrors()"
returns:
description: "the list of errors of packet capture session"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.PcError?alt=com.microsoft.azure.management.network.PcError&text=PcError\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.PacketCaptureStatus.packetCaptureStatus()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStatus.packetCaptureStatus()"
name: "packetCaptureStatus()"
nameWithType: "PacketCaptureStatus.packetCaptureStatus()"
summary: "Get the status of the packet capture session."
modifiers:
- "abstract"
syntax: "public abstract PcStatus packetCaptureStatus()"
desc: "Get the status of the packet capture session."
returns:
description: "the packetCaptureStatus value"
type: "<xref href=\"com.microsoft.azure.management.network.PcStatus?alt=com.microsoft.azure.management.network.PcStatus&text=PcStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureStatus.stopReason()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStatus.stopReason()"
name: "stopReason()"
nameWithType: "PacketCaptureStatus.stopReason()"
modifiers:
- "abstract"
syntax: "public abstract String stopReason()"
returns:
description: "the reason the current packet capture session was stopped"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Status of packet capture session."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner?alt=com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner&text=PacketCaptureQueryStatusResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4