Freigeben über


WebPubSubSkuTier Struct

Definition

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

Basic is deprecated, use Standard instead.

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

Constructors

Name Description
WebPubSubSkuTier(String)

Initializes a new instance of WebPubSubSkuTier.

Properties

Name Description
Basic

Basic.

Free

Free.

Premium

Premium.

Standard

Standard.

Methods

Name Description
Equals(WebPubSubSkuTier)

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

Name Description
Equality(WebPubSubSkuTier, WebPubSubSkuTier)

Determines if two WebPubSubSkuTier values are the same.

Implicit(String to WebPubSubSkuTier)

Converts a String to a WebPubSubSkuTier.

Inequality(WebPubSubSkuTier, WebPubSubSkuTier)

Determines if two WebPubSubSkuTier values are not the same.

Applies to