PacketCaptureResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PacketCaptureResult() |
PacketCaptureResult クラスの新しいインスタンスを初期化します。 |
PacketCaptureResult(String, PacketCaptureStorageLocation, String, String, String, PacketCaptureMachineScope, Nullable<PacketCaptureTargetType>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, IList<PacketCaptureFilter>, String) |
PacketCaptureResult クラスの新しいインスタンスを初期化します。 |
PacketCaptureResult()
PacketCaptureResult クラスの新しいインスタンスを初期化します。
public PacketCaptureResult ();
Public Sub New ()
適用対象
PacketCaptureResult(String, PacketCaptureStorageLocation, String, String, String, PacketCaptureMachineScope, Nullable<PacketCaptureTargetType>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, IList<PacketCaptureFilter>, String)
PacketCaptureResult クラスの新しいインスタンスを初期化します。
public PacketCaptureResult (string target, Microsoft.Azure.Management.Network.Models.PacketCaptureStorageLocation storageLocation, string name = default, string id = default, string etag = default, Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope scope = default, Microsoft.Azure.Management.Network.Models.PacketCaptureTargetType? targetType = default, long? bytesToCapturePerPacket = default, long? totalBytesPerSession = default, int? timeLimitInSeconds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PacketCaptureFilter> filters = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.PacketCaptureResult : string * Microsoft.Azure.Management.Network.Models.PacketCaptureStorageLocation * string * string * string * Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope * Nullable<Microsoft.Azure.Management.Network.Models.PacketCaptureTargetType> * Nullable<int64> * Nullable<int64> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PacketCaptureFilter> * string -> Microsoft.Azure.Management.Network.Models.PacketCaptureResult
Public Sub New (target As String, storageLocation As PacketCaptureStorageLocation, Optional name As String = Nothing, Optional id As String = Nothing, Optional etag As String = Nothing, Optional scope As PacketCaptureMachineScope = Nothing, Optional targetType As Nullable(Of PacketCaptureTargetType) = Nothing, Optional bytesToCapturePerPacket As Nullable(Of Long) = Nothing, Optional totalBytesPerSession As Nullable(Of Long) = Nothing, Optional timeLimitInSeconds As Nullable(Of Integer) = Nothing, Optional filters As IList(Of PacketCaptureFilter) = Nothing, Optional provisioningState As String = Nothing)
パラメーター
- target
- String
ターゲット リソースの ID。現在、ターゲットの種類として AzureVM と AzureVMSS のみがサポートされています。
- storageLocation
- PacketCaptureStorageLocation
パケット キャプチャ セッションの保存場所。
- name
- String
パケット キャプチャ セッションの名前。
- id
- String
パケット キャプチャ操作の ID。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
パケット キャプチャを実行するために含めるか除外できる AzureVMSS インスタンスの一覧。 インクルードと除外の両方が空の場合、パケット キャプチャは AzureVMSS のすべてのインスタンスで実行されます。
- targetType
- Nullable<PacketCaptureTargetType>
指定されたリソースのターゲットの種類。 使用可能な値は、'AzureVM'、'AzureVMSS' です。
- filters
- IList<PacketCaptureFilter>
パケット キャプチャ フィルターの一覧。
- provisioningState
- String
パケット キャプチャ セッションのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
適用対象
Azure SDK for .NET