SqlServerLicenseType 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.
SQL Server license type.
public readonly struct SqlServerLicenseType : IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqlServerLicenseType>
type SqlServerLicenseType = struct
Public Structure SqlServerLicenseType
Implements IEquatable(Of SqlServerLicenseType)
- Inheritance
-
SqlServerLicenseType
- Implements
Constructors
| Name | Description |
|---|---|
| SqlServerLicenseType(String) |
Initializes a new instance of SqlServerLicenseType. |
Properties
| Name | Description |
|---|---|
| Ahub |
Gets the Ahub. |
| DR |
Gets the DR. |
| Payg |
Gets the Payg. |
Methods
| Name | Description |
|---|---|
| Equals(SqlServerLicenseType) |
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(SqlServerLicenseType, SqlServerLicenseType) |
Determines if two SqlServerLicenseType values are the same. |
| Implicit(String to Nullable<SqlServerLicenseType>) | |
| Implicit(String to SqlServerLicenseType) |
Converts a string to a SqlServerLicenseType. |
| Inequality(SqlServerLicenseType, SqlServerLicenseType) |
Determines if two SqlServerLicenseType values are not the same. |