你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzurePSCmdlet.WriteInformation Method

Definition

Overloads

WriteInformation(Object, String[])
WriteInformation(String, Nullable<Boolean>)

WriteInformation(Object, String[])

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

WriteInformation(String, Nullable<Boolean>)

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
noNewLine
Nullable<Boolean>

Applies to