StreamAnalyticsSkuName Struct

Definition

The name of the SKU. Required on PUT (CreateOrReplace) requests.

public readonly struct StreamAnalyticsSkuName : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSkuName>
type StreamAnalyticsSkuName = struct
Public Structure StreamAnalyticsSkuName
Implements IEquatable(Of StreamAnalyticsSkuName)
Inheritance
StreamAnalyticsSkuName
Implements

Constructors

StreamAnalyticsSkuName(String)

Initializes a new instance of StreamAnalyticsSkuName.

Properties

Standard

Standard.

Methods

Equals(StreamAnalyticsSkuName)

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(StreamAnalyticsSkuName, StreamAnalyticsSkuName)

Determines if two StreamAnalyticsSkuName values are the same.

Implicit(String to StreamAnalyticsSkuName)

Converts a string to a StreamAnalyticsSkuName.

Inequality(StreamAnalyticsSkuName, StreamAnalyticsSkuName)

Determines if two StreamAnalyticsSkuName values are not the same.

Applies to