Compartir a través de


IGlobalCsmSkuDescription Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GlobalCsmSkuDescriptionTypeConverter))]
public interface IGlobalCsmSkuDescription : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GlobalCsmSkuDescriptionTypeConverter))>]
type IGlobalCsmSkuDescription = interface
    interface IJsonSerializable
Public Interface IGlobalCsmSkuDescription
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Capability

Capabilities of the SKU, e.g., is traffic manager enabled?

CapacityDefault

Default number of workers for this App Service plan SKU.

CapacityMaximum

Maximum number of workers for this App Service plan SKU.

CapacityMinimum

Minimum number of workers for this App Service plan SKU.

CapacityScaleType

Available scale configurations for an App Service plan.

Family

Family code of the resource SKU.

Location

Locations of the SKU.

Name

Name of the resource SKU.

Size

Size specifier of the resource SKU.

Tier

Service Tier of the resource SKU.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to