次の方法で共有


WebPubSubSkuTier Struct

Definition

Optional tier of this particular SKU. 'Standard' or 'Free'.

Basic is deprecated, use Standard instead.

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

Fields

Basic
Free
Premium
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 WebPubSubSkuTier (override for Object)

Equals(WebPubSubSkuTier)

Compares values of enum type WebPubSubSkuTier

GetHashCode()

Returns hashCode for enum WebPubSubSkuTier

ToString()

Returns string representation for WebPubSubSkuTier

Operators

Equality(WebPubSubSkuTier, WebPubSubSkuTier)

Overriding == operator for enum WebPubSubSkuTier

Implicit(String to WebPubSubSkuTier)

Implicit operator to convert string to WebPubSubSkuTier

Implicit(WebPubSubSkuTier to String)

Implicit operator to convert WebPubSubSkuTier to string

Inequality(WebPubSubSkuTier, WebPubSubSkuTier)

Overriding != operator for enum WebPubSubSkuTier

Applies to