Megosztás a következőn keresztül:


DatabaseLicenseType Struct

Definition

The license type to apply for this database. LicenseIncluded if you need a license, or BasePrice if you have a license and are eligible for the Azure Hybrid Benefit.

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

Constructors

DatabaseLicenseType(String)

Initializes a new instance of DatabaseLicenseType.

Properties

BasePrice

BasePrice.

LicenseIncluded

LicenseIncluded.

Methods

Equals(DatabaseLicenseType)

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(DatabaseLicenseType, DatabaseLicenseType)

Determines if two DatabaseLicenseType values are the same.

Implicit(String to DatabaseLicenseType)

Converts a string to a DatabaseLicenseType.

Inequality(DatabaseLicenseType, DatabaseLicenseType)

Determines if two DatabaseLicenseType values are not the same.

Applies to