SqlImageSku Struct

Definition

SQL Server edition type.

public readonly struct SqlImageSku : IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqlImageSku>
type SqlImageSku = struct
Public Structure SqlImageSku
Implements IEquatable(Of SqlImageSku)
Inheritance
SqlImageSku
Implements

Constructors

SqlImageSku(String)

Initializes a new instance of SqlImageSku.

Properties

Developer

Developer.

Enterprise

Enterprise.

Express

Express.

Standard

Standard.

Web

Web.

Methods

Equals(SqlImageSku)

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(SqlImageSku, SqlImageSku)

Determines if two SqlImageSku values are the same.

Implicit(String to SqlImageSku)

Converts a string to a SqlImageSku.

Inequality(SqlImageSku, SqlImageSku)

Determines if two SqlImageSku values are not the same.

Applies to