你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedInstanceLicenseType 结构

定义

许可证类型。 可能的值为“LicenseIncluded” (包含新 SQL 许可证) 的常规价格,“BasePrice” (将自己的 SQL 许可证) 的折扣 AHB 价格。

public readonly struct ManagedInstanceLicenseType : IEquatable<Azure.ResourceManager.Sql.Models.ManagedInstanceLicenseType>
type ManagedInstanceLicenseType = struct
Public Structure ManagedInstanceLicenseType
Implements IEquatable(Of ManagedInstanceLicenseType)
继承
ManagedInstanceLicenseType
实现

构造函数

ManagedInstanceLicenseType(String)

初始化 ManagedInstanceLicenseType 的新实例。

属性

BasePrice

BasePrice。

LicenseIncluded

LicenseIncluded。

方法

Equals(ManagedInstanceLicenseType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(ManagedInstanceLicenseType, ManagedInstanceLicenseType)

确定两个 ManagedInstanceLicenseType 值是否相同。

Implicit(String to ManagedInstanceLicenseType)

将字符串转换为 ManagedInstanceLicenseType

Inequality(ManagedInstanceLicenseType, ManagedInstanceLicenseType)

确定两个 ManagedInstanceLicenseType 值是否不相同。

适用于