Share via


AppPlatformSkuScaleType Struct

Definition

Gets or sets the type of the scale.

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

Constructors

AppPlatformSkuScaleType(String)

Initializes a new instance of AppPlatformSkuScaleType.

Properties

Automatic

Automatic.

Manual

Manual.

None

None.

Methods

Equals(AppPlatformSkuScaleType)

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

Determines if two AppPlatformSkuScaleType values are the same.

Implicit(String to AppPlatformSkuScaleType)

Converts a string to a AppPlatformSkuScaleType.

Inequality(AppPlatformSkuScaleType, AppPlatformSkuScaleType)

Determines if two AppPlatformSkuScaleType values are not the same.

Applies to