WebPubSubScaleType Struct

Definition

The scale type applicable to the sku.

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

Constructors

WebPubSubScaleType(String)

Initializes a new instance of WebPubSubScaleType.

Properties

Automatic

Automatic.

Manual

Manual.

None

None.

Methods

Equals(WebPubSubScaleType)

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

Determines if two WebPubSubScaleType values are the same.

Implicit(String to WebPubSubScaleType)

Converts a string to a WebPubSubScaleType.

Inequality(WebPubSubScaleType, WebPubSubScaleType)

Determines if two WebPubSubScaleType values are not the same.

Applies to