Freigeben über


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

Name Description
DatabaseLicenseType(String)

Initializes a new instance of DatabaseLicenseType.

Properties

Name Description
BasePrice

BasePrice.

LicenseIncluded

LicenseIncluded.

Methods

Name Description
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

Name Description
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