次の方法で共有


DefaultAction 構造体

定義

DefaultAction の値を定義します。

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

フィールド

Allow

すべてのパブリック IP アドレスが許可されます。

Deny

パブリック IP アドレスはブロックされます。

メソッド

Equals(DefaultAction)

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

Equals(Object)

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

GetHashCode()

hashCode DefaultAction の戻り値

ToString()

DefaultAction の文字列表現を返します

演算子

Equality(DefaultAction, DefaultAction)

列挙型 DefaultAction の == 演算子のオーバーライド

Implicit(DefaultAction to String)

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

Implicit(String to DefaultAction)

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

Inequality(DefaultAction, DefaultAction)

列挙型 DefaultAction の != 演算子のオーバーライド

適用対象