StreamAnalyticsClusterSkuName 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.
public readonly struct StreamAnalyticsClusterSkuName : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsClusterSkuName>
type StreamAnalyticsClusterSkuName = struct
Public Structure StreamAnalyticsClusterSkuName
Implements IEquatable(Of StreamAnalyticsClusterSkuName)
- Inheritance
-
StreamAnalyticsClusterSkuName
- Implements
Constructors
StreamAnalyticsClusterSkuName(String) |
Initializes a new instance of StreamAnalyticsClusterSkuName. |
Properties
Default |
The default SKU. |
Methods
Equals(StreamAnalyticsClusterSkuName) |
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(StreamAnalyticsClusterSkuName, StreamAnalyticsClusterSkuName) |
Determines if two StreamAnalyticsClusterSkuName values are the same. |
Implicit(String to StreamAnalyticsClusterSkuName) |
Converts a string to a StreamAnalyticsClusterSkuName. |
Inequality(StreamAnalyticsClusterSkuName, StreamAnalyticsClusterSkuName) |
Determines if two StreamAnalyticsClusterSkuName values are not the same. |
Applies to
Azure SDK for .NET