Show / Hide Table of Contents

Class GetAppServicePlanResult

Inheritance
System.Object
GetAppServicePlanResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAppServicePlanResult

Fields

View Source

AppServiceEnvironmentId

The ID of the App Service Environment where the App Service Plan is located.

Declaration
public readonly string AppServiceEnvironmentId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsXenon

A flag that indicates if it's a xenon plan (support for Windows Container)

Declaration
public readonly bool IsXenon
Field Value
Type Description
System.Boolean
View Source

Kind

The Operating System type of the App Service Plan

Declaration
public readonly string Kind
Field Value
Type Description
System.String
View Source

Location

The Azure location where the App Service Plan exists

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

MaximumElasticWorkerCount

The maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan.

Declaration
public readonly int MaximumElasticWorkerCount
Field Value
Type Description
System.Int32
View Source

MaximumNumberOfWorkers

The maximum number of workers supported with the App Service Plan's sku.

Declaration
public readonly int MaximumNumberOfWorkers
Field Value
Type Description
System.Int32
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PerSiteScaling

Can Apps assigned to this App Service Plan be scaled independently?

Declaration
public readonly bool PerSiteScaling
Field Value
Type Description
System.Boolean
View Source

Reserved

Is this App Service Plan Reserved?

Declaration
public readonly bool Reserved
Field Value
Type Description
System.Boolean
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Sku

A sku block as documented below.

Declaration
public readonly GetAppServicePlanSkuResult Sku
Field Value
Type Description
GetAppServicePlanSkuResult
View Source

Tags

A mapping of tags assigned to the resource.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.