次の方法で共有


IntegrationServiceEnvironmentSkuName 構造体

定義

統合サービス環境の SKU 名。

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

コンストラクター

IntegrationServiceEnvironmentSkuName(String)

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

プロパティ

Developer

開発者。

NotSpecified

NotSpecified。

Premium

Premium。

メソッド

Equals(IntegrationServiceEnvironmentSkuName)

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

ToString()

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

演算子

Equality(IntegrationServiceEnvironmentSkuName, IntegrationServiceEnvironmentSkuName)

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

Implicit(String to IntegrationServiceEnvironmentSkuName)

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

Inequality(IntegrationServiceEnvironmentSkuName, IntegrationServiceEnvironmentSkuName)

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

適用対象