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

108 строки
8.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.PacketCaptureStorageLocation"
fullName: "com.microsoft.azure.management.network.PacketCaptureStorageLocation"
name: "PacketCaptureStorageLocation"
nameWithType: "PacketCaptureStorageLocation"
summary: "The storage location for a packet capture session."
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 **PacketCaptureStorageLocation**"
constructors:
- uid: "com.microsoft.azure.management.network.PacketCaptureStorageLocation.PacketCaptureStorageLocation()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStorageLocation.PacketCaptureStorageLocation()"
name: "PacketCaptureStorageLocation()"
nameWithType: "PacketCaptureStorageLocation.PacketCaptureStorageLocation()"
syntax: "public PacketCaptureStorageLocation()"
methods:
- uid: "com.microsoft.azure.management.network.PacketCaptureStorageLocation.filePath()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStorageLocation.filePath()"
name: "filePath()"
nameWithType: "PacketCaptureStorageLocation.filePath()"
summary: "Get a valid local path on the targeting VM."
syntax: "public String filePath()"
desc: "Get a valid local path on the targeting VM. Must include the name of the capture file (\\*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional."
returns:
description: "the filePath 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.PacketCaptureStorageLocation.storageId()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStorageLocation.storageId()"
name: "storageId()"
nameWithType: "PacketCaptureStorageLocation.storageId()"
summary: "Get the ID of the storage account to save the packet capture session."
syntax: "public String storageId()"
desc: "Get the ID of the storage account to save the packet capture session. Required if no local file path is provided."
returns:
description: "the storageId 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.PacketCaptureStorageLocation.storagePath()"
fullName: "com.microsoft.azure.management.network.PacketCaptureStorageLocation.storagePath()"
name: "storagePath()"
nameWithType: "PacketCaptureStorageLocation.storagePath()"
summary: "Get the URI of the storage path to save the packet capture."
syntax: "public String storagePath()"
desc: "Get the URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture."
returns:
description: "the storagePath 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.PacketCaptureStorageLocation.withFilePath(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PacketCaptureStorageLocation.withFilePath(String filePath)"
name: "withFilePath(String filePath)"
nameWithType: "PacketCaptureStorageLocation.withFilePath(String filePath)"
summary: "Set a valid local path on the targeting VM."
parameters:
- description: "the filePath value to set"
name: "filePath"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureStorageLocation withFilePath(String filePath)"
desc: "Set a valid local path on the targeting VM. Must include the name of the capture file (\\*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional."
returns:
description: "the PacketCaptureStorageLocation object itself."
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.PacketCaptureStorageLocation.withStorageId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PacketCaptureStorageLocation.withStorageId(String storageId)"
name: "withStorageId(String storageId)"
nameWithType: "PacketCaptureStorageLocation.withStorageId(String storageId)"
summary: "Set the ID of the storage account to save the packet capture session."
parameters:
- description: "the storageId value to set"
name: "storageId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureStorageLocation withStorageId(String storageId)"
desc: "Set the ID of the storage account to save the packet capture session. Required if no local file path is provided."
returns:
description: "the PacketCaptureStorageLocation object itself."
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.PacketCaptureStorageLocation.withStoragePath(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PacketCaptureStorageLocation.withStoragePath(String storagePath)"
name: "withStoragePath(String storagePath)"
nameWithType: "PacketCaptureStorageLocation.withStoragePath(String storagePath)"
summary: "Set the URI of the storage path to save the packet capture."
parameters:
- description: "the storagePath value to set"
name: "storagePath"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PacketCaptureStorageLocation withStoragePath(String storagePath)"
desc: "Set the URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture."
returns:
description: "the PacketCaptureStorageLocation object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PacketCaptureStorageLocation?alt=com.microsoft.azure.management.network.PacketCaptureStorageLocation&text=PacketCaptureStorageLocation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The storage location for a packet capture session."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4