Share via


ElasticPoolLicenseType Struct

Definition

The license type to apply for this elastic pool.

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

Constructors

ElasticPoolLicenseType(String)

Initializes a new instance of ElasticPoolLicenseType.

Properties

BasePrice

BasePrice.

LicenseIncluded

LicenseIncluded.

Methods

Equals(ElasticPoolLicenseType)

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

Determines if two ElasticPoolLicenseType values are the same.

Implicit(String to ElasticPoolLicenseType)

Converts a string to a ElasticPoolLicenseType.

Inequality(ElasticPoolLicenseType, ElasticPoolLicenseType)

Determines if two ElasticPoolLicenseType values are not the same.

Applies to