你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AlertsManagementBaseCmdlet.WriteIdentifiedWarning 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.
Writes a warning message with the name of the cmdlet, a topic and the message itself
protected void WriteIdentifiedWarning (string cmdletName, string topic, string message, bool withTimeStamp = false);
member this.WriteIdentifiedWarning : string * string * string * bool -> unit
Protected Sub WriteIdentifiedWarning (cmdletName As String, topic As String, message As String, Optional withTimeStamp As Boolean = false)
Parameters
- cmdletName
- String
The name of the cmdlet.
- topic
- String
The topic, i.e. short description/category, of the message
- message
- String
The message itself
- withTimeStamp
- Boolean
true if the message should include a timestamp, false (default) it no timestamp should be included