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 SourceAppServiceEnvironmentId
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 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Kind
The Operating System type of the App Service Plan
Declaration
public readonly string Kind
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The Azure location where the App Service Plan exists
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PerSiteScaling
Can Apps assigned to this App Service Plan be scaled independently?
Declaration
public readonly bool PerSiteScaling
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Reserved
Is this App Service Plan Reserved?
Declaration
public readonly bool Reserved
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Sku
A sku block as documented below.
Declaration
public readonly GetAppServicePlanSkuResult Sku
Field Value
| Type | Description |
|---|---|
| GetAppServicePlanSkuResult |
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> |