Share via


AppServiceSkuName Struct

Definition

The AppServiceSkuName.

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

Constructors

AppServiceSkuName(String)

Initializes a new instance of AppServiceSkuName.

Properties

Basic

Basic.

Dynamic

Dynamic.

ElasticIsolated

ElasticIsolated.

ElasticPremium

ElasticPremium.

Free

Free.

Isolated

Isolated.

IsolatedV2

IsolatedV2.

Premium

Premium.

PremiumContainer

PremiumContainer.

PremiumV2

PremiumV2.

PremiumV3

PremiumV3.

Shared

Shared.

Standard

Standard.

Methods

Equals(AppServiceSkuName)

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

Determines if two AppServiceSkuName values are the same.

Implicit(String to AppServiceSkuName)

Converts a string to a AppServiceSkuName.

Inequality(AppServiceSkuName, AppServiceSkuName)

Determines if two AppServiceSkuName values are not the same.

Applies to