Share via


GlobalCsmSkuDescription Class

Definition

A Global SKU Description.

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

Constructors

GlobalCsmSkuDescription()

Creates an new GlobalCsmSkuDescription instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GlobalCsmSkuDescription.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GlobalCsmSkuDescription.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescription.

FromJsonString(String)

Creates a new instance of GlobalCsmSkuDescription, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GlobalCsmSkuDescription into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to