次の方法で共有


ScriptOutputStreamType 構造体

定義

ScriptOutputStreamType。

public readonly struct ScriptOutputStreamType : IEquatable<Azure.ResourceManager.Avs.Models.ScriptOutputStreamType>
type ScriptOutputStreamType = struct
Public Structure ScriptOutputStreamType
Implements IEquatable(Of ScriptOutputStreamType)
継承
ScriptOutputStreamType
実装

コンストラクター

ScriptOutputStreamType(String)

ScriptOutputStreamType の新しいインスタンスを初期化します。

プロパティ

Error

エラー。

Information

情報。

Output

出力。

Warning

警告。

メソッド

Equals(ScriptOutputStreamType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ScriptOutputStreamType, ScriptOutputStreamType)

2 つの ScriptOutputStreamType 値が同じかどうかを判断します。

Implicit(String to ScriptOutputStreamType)

文字列を ScriptOutputStreamType に変換します。

Inequality(ScriptOutputStreamType, ScriptOutputStreamType)

2 つの ScriptOutputStreamType 値が同じでないかどうかを判断します。

適用対象