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

WebPubSubSkuTier(String)

Initializes a new instance of WebPubSubSkuTier.

Properties

Basic

Basic.

Free

Free.

Premium

Premium.

Standard

Standard.

Methods

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

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