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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseTypeTypeConverter))]
public struct SqlServerLicenseType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseTypeTypeConverter))>]
type SqlServerLicenseType = struct
interface IArgumentCompleter
Public Structure SqlServerLicenseType
Implements IArgumentCompleter, IEquatable(Of SqlServerLicenseType)
- Inheritance
-
SqlServerLicenseType
- Attributes
- Implements
Fields
Ahub | |
Dr | |
Payg |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SqlServerLicenseType (override for Object) |
Equals(SqlServerLicenseType) |
Compares values of enum type SqlServerLicenseType |
GetHashCode() |
Returns hashCode for enum SqlServerLicenseType |
ToString() |
Returns string representation for SqlServerLicenseType |
Operators
Equality(SqlServerLicenseType, SqlServerLicenseType) |
Overriding == operator for enum SqlServerLicenseType |
Implicit(SqlServerLicenseType to String) |
Implicit operator to convert SqlServerLicenseType to string |
Implicit(String to SqlServerLicenseType) |
Implicit operator to convert string to SqlServerLicenseType |
Inequality(SqlServerLicenseType, SqlServerLicenseType) |
Overriding != operator for enum SqlServerLicenseType |