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

ParameterType 结构

定义

定义 ParameterType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.ParameterTypeConverter))]
public struct ParameterType : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.ParameterType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.ParameterTypeConverter))>]
type ParameterType = struct
Public Structure ParameterType
Implements IEquatable(Of ParameterType)
继承
ParameterType
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

Bool

参数的值为 true 或 false 的布尔值。

Double

参数的值为 64 位双精度浮点。

Int

参数的值为 32 位有符号整数。

SecretString

参数的值是保存敏感信息的字符串。

String

参数的值为字符串。

方法

Equals(Object)

替代 ParameterType 的 Equals 运算符

Equals(ParameterType)

比较 ParameterType 类型的枚举

GetHashCode()

为 hashCode ParameterType 返回

ToString()

返回 ParameterType 的字符串表示形式

运算符

Equality(ParameterType, ParameterType)

重写 enum ParameterType 的 == 运算符

Implicit(ParameterType to String)

用于将 ParameterType 转换为字符串的隐式运算符

Implicit(String to ParameterType)

用于将字符串转换为 ParameterType 的隐式运算符

Inequality(ParameterType, ParameterType)

重写 enum ParameterType 的 != 运算符

适用于