次の方法で共有


InboundSecurityRulesProtocol 構造体

定義

[Protocol]\(プロトコル\)。 これは TCP または UDP のいずれかである必要があります。

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

コンストラクター

InboundSecurityRulesProtocol(String)

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

プロパティ

Tcp

TCP

Udp

Udp。

メソッド

Equals(InboundSecurityRulesProtocol)

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

ToString()

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

演算子

Equality(InboundSecurityRulesProtocol, InboundSecurityRulesProtocol)

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

Implicit(String to InboundSecurityRulesProtocol)

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

Inequality(InboundSecurityRulesProtocol, InboundSecurityRulesProtocol)

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

適用対象