SqlImageSku Struct

Definition

SQL Server edition type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSkuTypeConverter))]
public struct SqlImageSku : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSkuTypeConverter))>]
type SqlImageSku = struct
    interface IArgumentCompleter
Public Structure SqlImageSku
Implements IArgumentCompleter, IEquatable(Of SqlImageSku)
Inheritance
SqlImageSku
Attributes
Implements

Fields

Developer
Enterprise
Express
Standard
Web

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 SqlImageSku (override for Object)

Equals(SqlImageSku)

Compares values of enum type SqlImageSku

GetHashCode()

Returns hashCode for enum SqlImageSku

ToString()

Returns string representation for SqlImageSku

Operators

Equality(SqlImageSku, SqlImageSku)

Overriding == operator for enum SqlImageSku

Implicit(SqlImageSku to String)

Implicit operator to convert SqlImageSku to string

Implicit(String to SqlImageSku)

Implicit operator to convert string to SqlImageSku

Inequality(SqlImageSku, SqlImageSku)

Overriding != operator for enum SqlImageSku

Applies to