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
ManagedInstanceLicenseType(String) |
Initializes a new instance of ManagedInstanceLicenseType. |
Properties
BasePrice |
BasePrice. |
LicenseIncluded |
LicenseIncluded. |
Methods
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
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. |
Applies to
Azure SDK for .NET