Partilhar 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

Name Description
ElasticPoolLicenseType(String)

Initializes a new instance of ElasticPoolLicenseType.

Properties

Name Description
BasePrice

BasePrice.

LicenseIncluded

LicenseIncluded.

Methods

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

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