次の方法で共有


IntegrationServiceEnvironmentSkuScaleType 構造体

定義

統合サービス環境 SKU スケールの種類。

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

コンストラクター

IntegrationServiceEnvironmentSkuScaleType(String)

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

プロパティ

Automatic

自動。

Manual

手動。

None

[なし] :

メソッド

Equals(IntegrationServiceEnvironmentSkuScaleType)

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

ToString()

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

演算子

Equality(IntegrationServiceEnvironmentSkuScaleType, IntegrationServiceEnvironmentSkuScaleType)

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

Implicit(String to IntegrationServiceEnvironmentSkuScaleType)

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

Inequality(IntegrationServiceEnvironmentSkuScaleType, IntegrationServiceEnvironmentSkuScaleType)

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

適用対象