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

MonitorCmdletBase.GetCmdletName Method

Definition

Gets a string with the name of the cmdlet defined by the type t

protected string GetCmdletName ();
member this.GetCmdletName : unit -> string
Protected Function GetCmdletName () As String

Returns

A string with the name of the cmdlet defined by the type t or a message indicating the name of the class t is the CmdletAttribute is not found in t

Applies to