ActionType 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 の != 演算子をオーバーライドする |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET