次の方法で共有


InternetGatewayRuleAction 構造体

定義

アクションを指定します。

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

コンストラクター

InternetGatewayRuleAction(String)

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

プロパティ

Allow

許可。

Deny

拒否。

メソッド

Equals(InternetGatewayRuleAction)

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

ToString()

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

演算子

Equality(InternetGatewayRuleAction, InternetGatewayRuleAction)

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

Implicit(String to InternetGatewayRuleAction)

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

Inequality(InternetGatewayRuleAction, InternetGatewayRuleAction)

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

適用対象