AzureSkuName 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.
SKU name.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuNameTypeConverter))]
public struct AzureSkuName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName>, System.Management.Automation.IArgumentCompleter[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuNameTypeConverter))>]
type AzureSkuName = struct
    interface IArgumentCompleterPublic Structure AzureSkuName
Implements IArgumentCompleter, IEquatable(Of AzureSkuName)- Inheritance
- 
				AzureSkuName
- Attributes
- Implements
Fields
Methods
| CompleteArgument(String, String, String, CommandAst, IDictionary) | Implementations of this function are called by PowerShell to complete arguments. | 
| Equals(AzureSkuName) | Compares values of enum type AzureSkuName | 
| Equals(Object) | Compares values of enum type AzureSkuName (override for Object) | 
| GetHashCode() | Returns hashCode for enum AzureSkuName | 
| ToString() | Returns string representation for AzureSkuName | 
Operators
| Equality(AzureSkuName, AzureSkuName) | Overriding == operator for enum AzureSkuName | 
| Implicit(AzureSkuName to String) | Implicit operator to convert AzureSkuName to string | 
| Implicit(String to AzureSkuName) | Implicit operator to convert string to AzureSkuName | 
| Inequality(AzureSkuName, AzureSkuName) | Overriding != operator for enum AzureSkuName |