Sdílet prostřednictvím


IWithCreateAndStoragePath.WithStoragePath(String) Method

Definition

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.

public Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithCreate WithStoragePath (string storagePath);
abstract member WithStoragePath : string -> Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithCreate
Public Function WithStoragePath (storagePath As String) As IWithCreate

Parameters

storagePath
String

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

Applies to