次の方法で共有


InternetGatewayType 構造体

定義

リソースのゲートウェイの種類。

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

コンストラクター

InternetGatewayType(String)

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

プロパティ

Infrastructure

インフラストラクチャ。

Workload

ワークロード

メソッド

Equals(InternetGatewayType)

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

ToString()

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

演算子

Equality(InternetGatewayType, InternetGatewayType)

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

Implicit(String to InternetGatewayType)

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

Inequality(InternetGatewayType, InternetGatewayType)

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

適用対象