InstancePoolLicenseType Struct

Definition

The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price).

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

Constructors

InstancePoolLicenseType(String)

Initializes a new instance of InstancePoolLicenseType.

Properties

BasePrice

BasePrice.

LicenseIncluded

LicenseIncluded.

Methods

Equals(InstancePoolLicenseType)

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

Determines if two InstancePoolLicenseType values are the same.

Implicit(String to InstancePoolLicenseType)

Converts a string to a InstancePoolLicenseType.

Inequality(InstancePoolLicenseType, InstancePoolLicenseType)

Determines if two InstancePoolLicenseType values are not the same.

Applies to