AzurePSCmdlet.WriteInformation 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.
protected void WriteInformation (object messageData, string[] tags);
override this.WriteInformation : obj * string[] -> unit
Protected Sub WriteInformation (messageData As Object, tags As String())
Parameters
- messageData
- Object
- tags
- String[]
Applies to
Azure - PowerShell Commands Latest i Azure - PowerShell Commands 12 (LTS)
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
protected void WriteInformation (string text, bool? noNewLine = default);
override this.WriteInformation : string * Nullable<bool> -> unit
Protected Sub WriteInformation (text As String, Optional noNewLine As Nullable(Of Boolean) = Nothing)
Parameters
- text
- String
Applies to
Azure - PowerShell Commands Latest i Azure - PowerShell Commands 12 (LTS)
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |