AsyncCmdletExtensions.WriteVerbose(IAsyncCmdlet, String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void WriteVerbose (this Microsoft.Azure.Commands.Common.Strategies.IAsyncCmdlet cmdlet, string message, params object[] p);
static member WriteVerbose : Microsoft.Azure.Commands.Common.Strategies.IAsyncCmdlet * string * obj[] -> unit
<Extension()>
Public Sub WriteVerbose (cmdlet As IAsyncCmdlet, message As String, ParamArray p As Object())
Parameters
- cmdlet
- IAsyncCmdlet
- message
- String
- p
- Object[]