Share via


SignalRSkuTier Struct

Definition

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

Basic is deprecated, use Standard instead.

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

Constructors

SignalRSkuTier(String)

Initializes a new instance of SignalRSkuTier.

Properties

Basic

Basic.

Free

Free.

Premium

Premium.

Standard

Standard.

Methods

Equals(SignalRSkuTier)

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

Determines if two SignalRSkuTier values are the same.

Implicit(String to SignalRSkuTier)

Converts a string to a SignalRSkuTier.

Inequality(SignalRSkuTier, SignalRSkuTier)

Determines if two SignalRSkuTier values are not the same.

Applies to