InstancePoolLicenseType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| InstancePoolLicenseType(String) |
Initializes a new instance of InstancePoolLicenseType. |
Properties
| Name | Description |
|---|---|
| BasePrice |
BasePrice. |
| LicenseIncluded |
LicenseIncluded. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |