你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 IArgumentCompleter
Public 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 |