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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSkuTypeConverter))]
public struct SqlVMGroupImageSku : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSkuTypeConverter))>]
type SqlVMGroupImageSku = struct
interface IArgumentCompleter
Public Structure SqlVMGroupImageSku
Implements IArgumentCompleter, IEquatable(Of SqlVMGroupImageSku)
- Inheritance
-
SqlVMGroupImageSku
- Attributes
- Implements
Fields
Developer | |
Enterprise |
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 SqlVMGroupImageSku (override for Object) |
Equals(SqlVMGroupImageSku) |
Compares values of enum type SqlVMGroupImageSku |
GetHashCode() |
Returns hashCode for enum SqlVMGroupImageSku |
ToString() |
Returns string representation for SqlVMGroupImageSku |
Operators
Equality(SqlVMGroupImageSku, SqlVMGroupImageSku) |
Overriding == operator for enum SqlVMGroupImageSku |
Implicit(SqlVMGroupImageSku to String) |
Implicit operator to convert SqlVMGroupImageSku to string |
Implicit(String to SqlVMGroupImageSku) |
Implicit operator to convert string to SqlVMGroupImageSku |
Inequality(SqlVMGroupImageSku, SqlVMGroupImageSku) |
Overriding != operator for enum SqlVMGroupImageSku |