IWithStorageLocation インターフェイス

定義

public interface IWithStorageLocation
type IWithStorageLocation = interface
Public Interface IWithStorageLocation
派生

メソッド

WithFilePath(String)

ターゲット VM 上の有効なローカル パス。 キャプチャ ファイル (.cap) の名前を含める必要があります。 Linux 仮想マシンの場合は、/var/captures で始まる必要があります。 ストレージ ID が指定されていない場合は必須。それ以外の場合は省略可能です。

WithStorageAccountId(String)

パケット キャプチャ セッションを保存するストレージ アカウントの ID。 ローカル ファイル パスが指定されていない場合は必須。

適用対象