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

JsonNumber Class

Definition

public sealed class JsonNumber : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Json.JsonNode
type JsonNumber = class
    inherit JsonNode
Public NotInheritable Class JsonNumber
Inherits JsonNode
Inheritance
JsonNumber

Properties

Item[Int32] (Inherited from JsonNode)
Item[String] (Inherited from JsonNode)

Methods

ToString()

Operators

Implicit(Double to JsonNumber)
Implicit(Int16 to JsonNumber)
Implicit(Int32 to JsonNumber)
Implicit(Int64 to JsonNumber)
Implicit(JsonNumber to Byte)
Implicit(JsonNumber to DateTime)
Implicit(JsonNumber to Decimal)
Implicit(JsonNumber to Double)
Implicit(JsonNumber to Int16)
Implicit(JsonNumber to Int32)
Implicit(JsonNumber to Int64)
Implicit(JsonNumber to Single)
Implicit(JsonNumber to UInt16)
Implicit(JsonNumber to UInt32)
Implicit(JsonNumber to UInt64)
Implicit(Single to JsonNumber)

Applies to