ManagedInstanceLicenseType 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' (regular price inclusive of a new SQL license) and 'BasePrice' (discounted AHB price for bringing your own SQL licenses).
public readonly struct ManagedInstanceLicenseType : IEquatable<Azure.ResourceManager.Sql.Models.ManagedInstanceLicenseType>
type ManagedInstanceLicenseType = struct
Public Structure ManagedInstanceLicenseType
Implements IEquatable(Of ManagedInstanceLicenseType)
- Inheritance
-
ManagedInstanceLicenseType
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedInstanceLicenseType(String) |
Initializes a new instance of ManagedInstanceLicenseType. |
Properties
| Name | Description |
|---|---|
| BasePrice |
BasePrice. |
| LicenseIncluded |
LicenseIncluded. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedInstanceLicenseType) |
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(ManagedInstanceLicenseType, ManagedInstanceLicenseType) |
Determines if two ManagedInstanceLicenseType values are the same. |
| Implicit(String to ManagedInstanceLicenseType) |
Converts a String to a ManagedInstanceLicenseType. |
| Inequality(ManagedInstanceLicenseType, ManagedInstanceLicenseType) |
Determines if two ManagedInstanceLicenseType values are not the same. |