SqlVmGroupImageSku 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 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
Azure SDK for .NET