次の方法で共有


SynapseIntegrationRuntimeLicenseType 構造体

定義

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

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

コンストラクター

SynapseIntegrationRuntimeLicenseType(String)

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

プロパティ

BasePrice

BasePrice。

LicenseIncluded

LicenseIncluded。

メソッド

Equals(SynapseIntegrationRuntimeLicenseType)

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

ToString()

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

演算子

Equality(SynapseIntegrationRuntimeLicenseType, SynapseIntegrationRuntimeLicenseType)

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

Implicit(String to SynapseIntegrationRuntimeLicenseType)

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

Inequality(SynapseIntegrationRuntimeLicenseType, SynapseIntegrationRuntimeLicenseType)

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

適用対象