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