你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ICloudError.Code Property
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.
An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="An identifier for the error. Codes are invariant and are intended to be consumed programmatically.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="code")]
public string Code { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="An identifier for the error. Codes are invariant and are intended to be consumed programmatically.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="code")>]
member this.Code : string
Public ReadOnly Property Code As String
Property Value
- Attributes