다음을 통해 공유


SqlVmGroupImageSku Struct

Definition

SQL image sku.

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

Constructors

SqlVmGroupImageSku(String)

Initializes a new instance of SqlVmGroupImageSku.

Properties

Developer

Developer.

Enterprise

Enterprise.

Methods

Equals(SqlVmGroupImageSku)

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

Determines if two SqlVmGroupImageSku values are the same.

Implicit(String to SqlVmGroupImageSku)

Converts a string to a SqlVmGroupImageSku.

Inequality(SqlVmGroupImageSku, SqlVmGroupImageSku)

Determines if two SqlVmGroupImageSku values are not the same.

Applies to