共用方式為


SkuName 類別

定義

定義 SkuName 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.SkuName>))]
public class SkuName : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.AppService.Fluent.Models.SkuName>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.SkuName>))>]
type SkuName = class
    inherit ExpandableStringEnum<SkuName>
Public Class SkuName
Inherits ExpandableStringEnum(Of SkuName)
繼承
屬性
Newtonsoft.Json.JsonConverterAttribute

建構函式

SkuName()

定義 SkuName 的值。

欄位

Basic

定義 SkuName 的值。

Dynamic

定義 SkuName 的值。

ElasticIsolated

定義 SkuName 的值。

ElasticPremium

定義 SkuName 的值。

Free

定義 SkuName 的值。

Isolated

定義 SkuName 的值。

Premium

定義 SkuName 的值。

PremiumV2

定義 SkuName 的值。

Shared

定義 SkuName 的值。

Standard

定義 SkuName 的值。

屬性

Value

定義 SkuName 的值。

(繼承來源 ExpandableStringEnum<T>)

方法

Equals(Object)

定義 SkuName 的值。

(繼承來源 ExpandableStringEnum<T>)
Equals(String)

定義 SkuName 的值。

(繼承來源 ExpandableStringEnum<T>)
GetHashCode()

定義 SkuName 的值。

(繼承來源 ExpandableStringEnum<T>)
ToString()

定義 SkuName 的值。

(繼承來源 ExpandableStringEnum<T>)

適用於