次の方法で共有


IntegrationRuntimeLicenseType 構造体

定義

独自のライセンス シナリオを持ち込むためのライセンスの種類。

public readonly struct IntegrationRuntimeLicenseType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeLicenseType>
type IntegrationRuntimeLicenseType = struct
Public Structure IntegrationRuntimeLicenseType
Implements IEquatable(Of IntegrationRuntimeLicenseType)
継承
IntegrationRuntimeLicenseType
実装

コンストラクター

IntegrationRuntimeLicenseType(String)

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

プロパティ

BasePrice

BasePrice。

LicenseIncluded

LicenseIncluded。

メソッド

Equals(IntegrationRuntimeLicenseType)

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

ToString()

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

演算子

Equality(IntegrationRuntimeLicenseType, IntegrationRuntimeLicenseType)

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

Implicit(String to IntegrationRuntimeLicenseType)

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

Inequality(IntegrationRuntimeLicenseType, IntegrationRuntimeLicenseType)

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

適用対象