azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

174 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties"
name: "PacketCaptureResultProperties"
nameWithType: "PacketCaptureResultProperties"
summary: "The properties of a packet capture session."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.bytesToCapturePerPacket()"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.filters()"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.scope()"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.storageLocation()"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.target()"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.targetType()"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.timeLimitInSeconds()"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.totalBytesPerSession()"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.validate()"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withBytesToCapturePerPacket(java.lang.Long)"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withFilters(java.util.List<com.azure.resourcemanager.network.models.PacketCaptureFilter>)"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withScope(com.azure.resourcemanager.network.models.PacketCaptureMachineScope)"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withStorageLocation(com.azure.resourcemanager.network.models.PacketCaptureStorageLocation)"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withTarget(java.lang.String)"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withTargetType(com.azure.resourcemanager.network.models.PacketCaptureTargetType)"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withTimeLimitInSeconds(java.lang.Integer)"
- "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withTotalBytesPerSession(java.lang.Long)"
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class PacketCaptureResultProperties extends PacketCaptureParameters"
constructors:
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.PacketCaptureResultProperties()"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.PacketCaptureResultProperties()"
name: "PacketCaptureResultProperties()"
nameWithType: "PacketCaptureResultProperties.PacketCaptureResultProperties()"
syntax: "public PacketCaptureResultProperties()"
methods:
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.provisioningState()"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "PacketCaptureResultProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the packet capture session."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the packet capture session."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.validate()"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.validate()"
name: "validate()"
nameWithType: "PacketCaptureResultProperties.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withBytesToCapturePerPacket(java.lang.Long)"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withBytesToCapturePerPacket(Long bytesToCapturePerPacket)"
name: "withBytesToCapturePerPacket(Long bytesToCapturePerPacket)"
nameWithType: "PacketCaptureResultProperties.withBytesToCapturePerPacket(Long bytesToCapturePerPacket)"
summary: "Set the bytes<wbr>ToCapture<wbr>Per<wbr>Packet property: Number of bytes captured per packet, the remaining bytes are truncated."
overridden: "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withBytesToCapturePerPacket(java.lang.Long)"
parameters:
- name: "bytesToCapturePerPacket"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public PacketCaptureResultProperties withBytesToCapturePerPacket(Long bytesToCapturePerPacket)"
desc: "Set the bytesToCapturePerPacket property: Number of bytes captured per packet, the remaining bytes are truncated."
returns:
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties?alt=com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties&text=PacketCaptureResultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withFilters(java.util.List<com.azure.resourcemanager.network.models.PacketCaptureFilter>)"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withFilters(List<PacketCaptureFilter> filters)"
name: "withFilters(List<PacketCaptureFilter> filters)"
nameWithType: "PacketCaptureResultProperties.withFilters(List<PacketCaptureFilter> filters)"
summary: "Set the filters property: A list of packet capture filters."
overridden: "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withFilters(java.util.List<com.azure.resourcemanager.network.models.PacketCaptureFilter>)"
parameters:
- name: "filters"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.PacketCaptureFilter?alt=com.azure.resourcemanager.network.models.PacketCaptureFilter&text=PacketCaptureFilter\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PacketCaptureResultProperties withFilters(List<PacketCaptureFilter> filters)"
desc: "Set the filters property: A list of packet capture filters."
returns:
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties?alt=com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties&text=PacketCaptureResultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withScope(com.azure.resourcemanager.network.models.PacketCaptureMachineScope)"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withScope(PacketCaptureMachineScope scope)"
name: "withScope(PacketCaptureMachineScope scope)"
nameWithType: "PacketCaptureResultProperties.withScope(PacketCaptureMachineScope scope)"
summary: "Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture."
overridden: "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withScope(com.azure.resourcemanager.network.models.PacketCaptureMachineScope)"
parameters:
- name: "scope"
type: "<xref href=\"com.azure.resourcemanager.network.models.PacketCaptureMachineScope?alt=com.azure.resourcemanager.network.models.PacketCaptureMachineScope&text=PacketCaptureMachineScope\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureResultProperties withScope(PacketCaptureMachineScope scope)"
desc: "Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS."
returns:
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties?alt=com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties&text=PacketCaptureResultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withStorageLocation(com.azure.resourcemanager.network.models.PacketCaptureStorageLocation)"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withStorageLocation(PacketCaptureStorageLocation storageLocation)"
name: "withStorageLocation(PacketCaptureStorageLocation storageLocation)"
nameWithType: "PacketCaptureResultProperties.withStorageLocation(PacketCaptureStorageLocation storageLocation)"
summary: "Set the storage<wbr>Location property: The storage location for a packet capture session."
overridden: "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withStorageLocation(com.azure.resourcemanager.network.models.PacketCaptureStorageLocation)"
parameters:
- name: "storageLocation"
type: "<xref href=\"com.azure.resourcemanager.network.models.PacketCaptureStorageLocation?alt=com.azure.resourcemanager.network.models.PacketCaptureStorageLocation&text=PacketCaptureStorageLocation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureResultProperties withStorageLocation(PacketCaptureStorageLocation storageLocation)"
desc: "Set the storageLocation property: The storage location for a packet capture session."
returns:
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties?alt=com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties&text=PacketCaptureResultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withTarget(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "PacketCaptureResultProperties.withTarget(String target)"
summary: "Set the target property: The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported."
overridden: "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withTarget(java.lang.String)"
parameters:
- name: "target"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PacketCaptureResultProperties withTarget(String target)"
desc: "Set the target property: The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported."
returns:
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties?alt=com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties&text=PacketCaptureResultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withTargetType(com.azure.resourcemanager.network.models.PacketCaptureTargetType)"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withTargetType(PacketCaptureTargetType targetType)"
name: "withTargetType(PacketCaptureTargetType targetType)"
nameWithType: "PacketCaptureResultProperties.withTargetType(PacketCaptureTargetType targetType)"
summary: "Set the target<wbr>Type property: Target type of the resource provided."
overridden: "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withTargetType(com.azure.resourcemanager.network.models.PacketCaptureTargetType)"
parameters:
- name: "targetType"
type: "<xref href=\"com.azure.resourcemanager.network.models.PacketCaptureTargetType?alt=com.azure.resourcemanager.network.models.PacketCaptureTargetType&text=PacketCaptureTargetType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureResultProperties withTargetType(PacketCaptureTargetType targetType)"
desc: "Set the targetType property: Target type of the resource provided."
returns:
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties?alt=com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties&text=PacketCaptureResultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withTimeLimitInSeconds(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withTimeLimitInSeconds(Integer timeLimitInSeconds)"
name: "withTimeLimitInSeconds(Integer timeLimitInSeconds)"
nameWithType: "PacketCaptureResultProperties.withTimeLimitInSeconds(Integer timeLimitInSeconds)"
summary: "Set the time<wbr>Limit<wbr>InSeconds property: Maximum duration of the capture session in seconds."
overridden: "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withTimeLimitInSeconds(java.lang.Integer)"
parameters:
- name: "timeLimitInSeconds"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public PacketCaptureResultProperties withTimeLimitInSeconds(Integer timeLimitInSeconds)"
desc: "Set the timeLimitInSeconds property: Maximum duration of the capture session in seconds."
returns:
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties?alt=com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties&text=PacketCaptureResultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withTotalBytesPerSession(java.lang.Long)"
fullName: "com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties.withTotalBytesPerSession(Long totalBytesPerSession)"
name: "withTotalBytesPerSession(Long totalBytesPerSession)"
nameWithType: "PacketCaptureResultProperties.withTotalBytesPerSession(Long totalBytesPerSession)"
summary: "Set the total<wbr>Bytes<wbr>Per<wbr>Session property: Maximum size of the capture output."
overridden: "com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters.withTotalBytesPerSession(java.lang.Long)"
parameters:
- name: "totalBytesPerSession"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public PacketCaptureResultProperties withTotalBytesPerSession(Long totalBytesPerSession)"
desc: "Set the totalBytesPerSession property: Maximum size of the capture output."
returns:
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties?alt=com.azure.resourcemanager.network.fluent.models.PacketCaptureResultProperties&text=PacketCaptureResultProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of a packet capture session."
metadata: {}
package: "com.azure.resourcemanager.network.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0