次の方法で共有


Protocol クラス

定義

プロトコルの値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.Protocol>))]
public class Protocol : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.Protocol>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.Protocol>))>]
type Protocol = class
    inherit ExpandableStringEnum<Protocol>
Public Class Protocol
Inherits ExpandableStringEnum(Of Protocol)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

Protocol()

プロトコルの値を定義します。

フィールド

Http

プロトコルの値を定義します。

Https

プロトコルの値を定義します。

Icmp

プロトコルの値を定義します。

Tcp

プロトコルの値を定義します。

プロパティ

Value

プロトコルの値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

プロトコルの値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

プロトコルの値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

プロトコルの値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

プロトコルの値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象