AzurePSCmdlet.WriteDebugWithTimestamp Method
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.
C#
protected void WriteDebugWithTimestamp (string message);
member this.WriteDebugWithTimestamp : string -> unit
Protected Sub WriteDebugWithTimestamp (message As String)
Parameters
- message
- String
Applies to
Azure - PowerShell Commands Latest und andere Versionen
Produkt | Versionen |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |
C#
protected void WriteDebugWithTimestamp (string message, params object[] args);
member this.WriteDebugWithTimestamp : string * obj[] -> unit
Protected Sub WriteDebugWithTimestamp (message As String, ParamArray args As Object())
Parameters
- message
- String
- args
- Object[]
Applies to
Azure - PowerShell Commands Latest und andere Versionen
Produkt | Versionen |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |