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

LicenseModel Struct

Definition

LicenseModel enum Serialized Name: LicenseModel

public readonly struct LicenseModel : IEquatable<Azure.ResourceManager.OracleDatabase.Models.LicenseModel>
type LicenseModel = struct
Public Structure LicenseModel
Implements IEquatable(Of LicenseModel)
Inheritance
LicenseModel
Implements

Constructors

LicenseModel(String)

Initializes a new instance of LicenseModel.

Properties

BringYourOwnLicense

Bring Your Own License Serialized Name: LicenseModel.BringYourOwnLicense

LicenseIncluded

License included Serialized Name: LicenseModel.LicenseIncluded

Methods

Equals(LicenseModel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(LicenseModel, LicenseModel)

Determines if two LicenseModel values are the same.

Implicit(String to LicenseModel)

Converts a string to a LicenseModel.

Inequality(LicenseModel, LicenseModel)

Determines if two LicenseModel values are not the same.

Applies to