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

180 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.PacketCaptureParameters"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters"
name: "PacketCaptureParameters"
nameWithType: "PacketCaptureParameters"
summary: "Parameters that define the create packet capture operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **PacketCaptureParameters**"
constructors:
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.PacketCaptureParameters()"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.PacketCaptureParameters()"
name: "PacketCaptureParameters()"
nameWithType: "PacketCaptureParameters.PacketCaptureParameters()"
syntax: "public PacketCaptureParameters()"
methods:
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.bytesToCapturePerPacket()"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.bytesToCapturePerPacket()"
name: "bytesToCapturePerPacket()"
nameWithType: "PacketCaptureParameters.bytesToCapturePerPacket()"
summary: "Get number of bytes captured per packet, the remaining bytes are truncated."
syntax: "public Integer bytesToCapturePerPacket()"
desc: "Get number of bytes captured per packet, the remaining bytes are truncated."
returns:
description: "the bytesToCapturePerPacket value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.filters()"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.filters()"
name: "filters()"
nameWithType: "PacketCaptureParameters.filters()"
summary: "Get a list of packet capture filters."
syntax: "public List<PacketCaptureFilter> filters()"
desc: "Get a list of packet capture filters."
returns:
description: "the filters value"
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.PacketCaptureFilter?alt=com.microsoft.azure.management.network.PacketCaptureFilter&text=PacketCaptureFilter\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.storageLocation()"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.storageLocation()"
name: "storageLocation()"
nameWithType: "PacketCaptureParameters.storageLocation()"
summary: "Get the storage location for a packet capture session."
syntax: "public PacketCaptureStorageLocation storageLocation()"
desc: "Get the storage location for a packet capture session."
returns:
description: "the storageLocation value"
type: "<xref href=\"com.microsoft.azure.management.network.PacketCaptureStorageLocation?alt=com.microsoft.azure.management.network.PacketCaptureStorageLocation&text=PacketCaptureStorageLocation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.target()"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.target()"
name: "target()"
nameWithType: "PacketCaptureParameters.target()"
summary: "Get the ID of the targeted resource, only VM is currently supported."
syntax: "public String target()"
desc: "Get the ID of the targeted resource, only VM is currently supported."
returns:
description: "the target value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.timeLimitInSeconds()"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.timeLimitInSeconds()"
name: "timeLimitInSeconds()"
nameWithType: "PacketCaptureParameters.timeLimitInSeconds()"
summary: "Get maximum duration of the capture session in seconds."
syntax: "public Integer timeLimitInSeconds()"
desc: "Get maximum duration of the capture session in seconds."
returns:
description: "the timeLimitInSeconds value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.totalBytesPerSession()"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.totalBytesPerSession()"
name: "totalBytesPerSession()"
nameWithType: "PacketCaptureParameters.totalBytesPerSession()"
summary: "Get maximum size of the capture output."
syntax: "public Integer totalBytesPerSession()"
desc: "Get maximum size of the capture output."
returns:
description: "the totalBytesPerSession value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.withBytesToCapturePerPacket(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)"
name: "withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)"
nameWithType: "PacketCaptureParameters.withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)"
summary: "Set number of bytes captured per packet, the remaining bytes are truncated."
parameters:
- description: "the bytesToCapturePerPacket value to set"
name: "bytesToCapturePerPacket"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureParameters withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)"
desc: "Set number of bytes captured per packet, the remaining bytes are truncated."
returns:
description: "the PacketCaptureParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PacketCaptureParameters?alt=com.microsoft.azure.management.network.PacketCaptureParameters&text=PacketCaptureParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.withFilters(java.util.List<com.microsoft.azure.management.network.PacketCaptureFilter>)"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.withFilters(List<PacketCaptureFilter> filters)"
name: "withFilters(List<PacketCaptureFilter> filters)"
nameWithType: "PacketCaptureParameters.withFilters(List<PacketCaptureFilter> filters)"
summary: "Set a list of packet capture filters."
parameters:
- description: "the filters value to set"
name: "filters"
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.PacketCaptureFilter?alt=com.microsoft.azure.management.network.PacketCaptureFilter&text=PacketCaptureFilter\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PacketCaptureParameters withFilters(List<PacketCaptureFilter> filters)"
desc: "Set a list of packet capture filters."
returns:
description: "the PacketCaptureParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PacketCaptureParameters?alt=com.microsoft.azure.management.network.PacketCaptureParameters&text=PacketCaptureParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.withStorageLocation(com.microsoft.azure.management.network.PacketCaptureStorageLocation)"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.withStorageLocation(PacketCaptureStorageLocation storageLocation)"
name: "withStorageLocation(PacketCaptureStorageLocation storageLocation)"
nameWithType: "PacketCaptureParameters.withStorageLocation(PacketCaptureStorageLocation storageLocation)"
summary: "Set the storage location for a packet capture session."
parameters:
- description: "the storageLocation value to set"
name: "storageLocation"
type: "<xref href=\"com.microsoft.azure.management.network.PacketCaptureStorageLocation?alt=com.microsoft.azure.management.network.PacketCaptureStorageLocation&text=PacketCaptureStorageLocation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureParameters withStorageLocation(PacketCaptureStorageLocation storageLocation)"
desc: "Set the storage location for a packet capture session."
returns:
description: "the PacketCaptureParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PacketCaptureParameters?alt=com.microsoft.azure.management.network.PacketCaptureParameters&text=PacketCaptureParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.withTarget(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "PacketCaptureParameters.withTarget(String target)"
summary: "Set the ID of the targeted resource, only VM is currently supported."
parameters:
- description: "the target value to set"
name: "target"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureParameters withTarget(String target)"
desc: "Set the ID of the targeted resource, only VM is currently supported."
returns:
description: "the PacketCaptureParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PacketCaptureParameters?alt=com.microsoft.azure.management.network.PacketCaptureParameters&text=PacketCaptureParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.withTimeLimitInSeconds(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.withTimeLimitInSeconds(Integer timeLimitInSeconds)"
name: "withTimeLimitInSeconds(Integer timeLimitInSeconds)"
nameWithType: "PacketCaptureParameters.withTimeLimitInSeconds(Integer timeLimitInSeconds)"
summary: "Set maximum duration of the capture session in seconds."
parameters:
- description: "the timeLimitInSeconds value to set"
name: "timeLimitInSeconds"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureParameters withTimeLimitInSeconds(Integer timeLimitInSeconds)"
desc: "Set maximum duration of the capture session in seconds."
returns:
description: "the PacketCaptureParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PacketCaptureParameters?alt=com.microsoft.azure.management.network.PacketCaptureParameters&text=PacketCaptureParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PacketCaptureParameters.withTotalBytesPerSession(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.PacketCaptureParameters.withTotalBytesPerSession(Integer totalBytesPerSession)"
name: "withTotalBytesPerSession(Integer totalBytesPerSession)"
nameWithType: "PacketCaptureParameters.withTotalBytesPerSession(Integer totalBytesPerSession)"
summary: "Set maximum size of the capture output."
parameters:
- description: "the totalBytesPerSession value to set"
name: "totalBytesPerSession"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureParameters withTotalBytesPerSession(Integer totalBytesPerSession)"
desc: "Set maximum size of the capture output."
returns:
description: "the PacketCaptureParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PacketCaptureParameters?alt=com.microsoft.azure.management.network.PacketCaptureParameters&text=PacketCaptureParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters that define the create packet capture operation."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4