SqlServerLicenseType Struct

Definition

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

SqlServerLicenseType(String)

Initializes a new instance of SqlServerLicenseType.

Properties

Ahub

AHUB.

DR

DR.

Payg

PAYG.

Methods

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

Equality(SqlServerLicenseType, SqlServerLicenseType)

Determines if two SqlServerLicenseType values are the same.

Implicit(String to SqlServerLicenseType)

Converts a string to a SqlServerLicenseType.

Inequality(SqlServerLicenseType, SqlServerLicenseType)

Determines if two SqlServerLicenseType values are not the same.

Applies to