262 строки
15 KiB
YAML
262 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture"
|
|
name: "PacketCapture"
|
|
nameWithType: "PacketCapture"
|
|
summary: "An immutable client-side representation of Packet<wbr>Capture."
|
|
syntax: "public interface **PacketCapture**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.bytesToCapturePerPacket()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.bytesToCapturePerPacket()"
|
|
name: "bytesToCapturePerPacket()"
|
|
nameWithType: "PacketCapture.bytesToCapturePerPacket()"
|
|
summary: "Gets the bytes<wbr>ToCapture<wbr>Per<wbr>Packet property: Number of bytes captured per packet, the remaining bytes are truncated."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long bytesToCapturePerPacket()"
|
|
desc: "Gets the bytesToCapturePerPacket property: Number of bytes captured per packet, the remaining bytes are truncated. The default \"0\" means the entire packet is captured."
|
|
returns:
|
|
description: "the bytesToCapturePerPacket value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.captureStartTime()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.captureStartTime()"
|
|
name: "captureStartTime()"
|
|
nameWithType: "PacketCapture.captureStartTime()"
|
|
summary: "Gets the capture<wbr>Start<wbr>Time property: The start time of the packet capture session."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime captureStartTime()"
|
|
desc: "Gets the captureStartTime property: The start time of the packet capture session."
|
|
returns:
|
|
description: "the captureStartTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.id()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.id()"
|
|
name: "id()"
|
|
nameWithType: "PacketCapture.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.innerModel()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "PacketCapture.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>mobilenetwork.<wbr>fluent.<wbr>models.<wbr>Packet<wbr>Capture<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PacketCaptureInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCaptureInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCaptureInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCaptureInner&text=PacketCaptureInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.name()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.name()"
|
|
name: "name()"
|
|
nameWithType: "PacketCapture.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.networkInterfaces()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.networkInterfaces()"
|
|
name: "networkInterfaces()"
|
|
nameWithType: "PacketCapture.networkInterfaces()"
|
|
summary: "Gets the network<wbr>Interfaces property: List of network interfaces to capture on."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> networkInterfaces()"
|
|
desc: "Gets the networkInterfaces property: List of network interfaces to capture on."
|
|
returns:
|
|
description: "the networkInterfaces value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.outputFiles()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.outputFiles()"
|
|
name: "outputFiles()"
|
|
nameWithType: "PacketCapture.outputFiles()"
|
|
summary: "Gets the output<wbr>Files property: The list of output files of a packet capture session."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> outputFiles()"
|
|
desc: "Gets the outputFiles property: The list of output files of a packet capture session."
|
|
returns:
|
|
description: "the outputFiles value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "PacketCapture.provisioningState()"
|
|
summary: "Gets the provisioning<wbr>State property: The provisioning state of the packet capture session resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ProvisioningState provisioningState()"
|
|
desc: "Gets the provisioningState property: The provisioning state of the packet capture session resource."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.ProvisioningState?alt=com.azure.resourcemanager.mobilenetwork.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.reason()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.reason()"
|
|
name: "reason()"
|
|
nameWithType: "PacketCapture.reason()"
|
|
summary: "Gets the reason property: The reason the current packet capture session state."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String reason()"
|
|
desc: "Gets the reason property: The reason the current packet capture session state."
|
|
returns:
|
|
description: "the reason value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.refresh()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "PacketCapture.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PacketCapture refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PacketCapture?alt=com.azure.resourcemanager.mobilenetwork.models.PacketCapture&text=PacketCapture\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "PacketCapture.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PacketCapture refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PacketCapture?alt=com.azure.resourcemanager.mobilenetwork.models.PacketCapture&text=PacketCapture\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "PacketCapture.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.status()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.status()"
|
|
name: "status()"
|
|
nameWithType: "PacketCapture.status()"
|
|
summary: "Gets the status property: The status of the packet capture session."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PacketCaptureStatus status()"
|
|
desc: "Gets the status property: The status of the packet capture session."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PacketCaptureStatus?alt=com.azure.resourcemanager.mobilenetwork.models.PacketCaptureStatus&text=PacketCaptureStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.stop()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.stop()"
|
|
name: "stop()"
|
|
nameWithType: "PacketCapture.stop()"
|
|
summary: "Stop a packet capture session."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract AsyncOperationStatus stop()"
|
|
desc: "Stop a packet capture session."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.AsyncOperationStatus?alt=com.azure.resourcemanager.mobilenetwork.models.AsyncOperationStatus&text=AsyncOperationStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.stop(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.stop(Context context)"
|
|
name: "stop(Context context)"
|
|
nameWithType: "PacketCapture.stop(Context context)"
|
|
summary: "Stop a packet capture session."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract AsyncOperationStatus stop(Context context)"
|
|
desc: "Stop a packet capture session."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.AsyncOperationStatus?alt=com.azure.resourcemanager.mobilenetwork.models.AsyncOperationStatus&text=AsyncOperationStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.systemData()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "PacketCapture.systemData()"
|
|
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.timeLimitInSeconds()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.timeLimitInSeconds()"
|
|
name: "timeLimitInSeconds()"
|
|
nameWithType: "PacketCapture.timeLimitInSeconds()"
|
|
summary: "Gets the time<wbr>Limit<wbr>InSeconds property: Maximum duration of the capture session in seconds."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Integer timeLimitInSeconds()"
|
|
desc: "Gets the timeLimitInSeconds property: Maximum duration of the capture session in seconds."
|
|
returns:
|
|
description: "the timeLimitInSeconds value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.totalBytesPerSession()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.totalBytesPerSession()"
|
|
name: "totalBytesPerSession()"
|
|
nameWithType: "PacketCapture.totalBytesPerSession()"
|
|
summary: "Gets the total<wbr>Bytes<wbr>Per<wbr>Session property: Maximum size of the capture output."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long totalBytesPerSession()"
|
|
desc: "Gets the totalBytesPerSession property: Maximum size of the capture output."
|
|
returns:
|
|
description: "the totalBytesPerSession value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.type()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.type()"
|
|
name: "type()"
|
|
nameWithType: "PacketCapture.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.update()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.PacketCapture.update()"
|
|
name: "update()"
|
|
nameWithType: "PacketCapture.update()"
|
|
summary: "Begins update for the Packet<wbr>Capture resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PacketCapture.Update update()"
|
|
desc: "Begins update for the PacketCapture resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PacketCapture.Update?alt=com.azure.resourcemanager.mobilenetwork.models.PacketCapture.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of PacketCapture."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mobilenetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0
|