次の方法で共有


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 の != 演算子をオーバーライドする

適用対象