次の方法で共有


ActionType 構造体

定義

ActionType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ActionTypeConverter))]
public struct ActionType : IEquatable<Microsoft.Azure.Management.Media.Models.ActionType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ActionTypeConverter))>]
type ActionType = struct
Public Structure ActionType
Implements IEquatable(Of ActionType)
継承
ActionType
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

Internal

内部アクション。

メソッド

Equals(ActionType)

ActionType 型の列挙型を比較します

Equals(Object)

ActionType の Equals 演算子をオーバーライドします

GetHashCode()

hashCode ActionType の戻り値

ToString()

ActionType の文字列表現を返します。

演算子

Equality(ActionType, ActionType)

enum ActionType の == 演算子のオーバーライド

Implicit(ActionType to String)

ActionType を文字列に変換する暗黙的な演算子

Implicit(String to ActionType)

文字列を ActionType に変換する暗黙的な演算子

Inequality(ActionType, ActionType)

enum ActionType の != 演算子をオーバーライドする

適用対象