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

StreamingJobSkuName Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.StreamingJobSkuNameTypeConverter))]
public struct StreamingJobSkuName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.StreamingJobSkuName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.StreamingJobSkuNameTypeConverter))>]
type StreamingJobSkuName = struct
    interface IArgumentCompleter
Public Structure StreamingJobSkuName
Implements IArgumentCompleter, IEquatable(Of StreamingJobSkuName)
Inheritance
StreamingJobSkuName
Attributes
Implements

Fields

Standard

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type StreamingJobSkuName (override for Object)

Equals(StreamingJobSkuName)

Compares values of enum type StreamingJobSkuName

GetHashCode()

Returns hashCode for enum StreamingJobSkuName

ToString()

Returns string representation for StreamingJobSkuName

Operators

Equality(StreamingJobSkuName, StreamingJobSkuName)

Overriding == operator for enum StreamingJobSkuName

Implicit(StreamingJobSkuName to String)

Implicit operator to convert StreamingJobSkuName to string

Implicit(String to StreamingJobSkuName)

Implicit operator to convert string to StreamingJobSkuName

Inequality(StreamingJobSkuName, StreamingJobSkuName)

Overriding != operator for enum StreamingJobSkuName

Applies to