GetServicePlanResult

data class GetServicePlanResult(val appServiceEnvironmentId: String, val id: String, val kind: String, val location: String, val maximumElasticWorkerCount: Int, val name: String, val osType: String, val perSiteScalingEnabled: Boolean, val reserved: Boolean, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>, val workerCount: Int, val zoneBalancingEnabled: Boolean)

A collection of values returned by getServicePlan.

Constructors

Link copied to clipboard
constructor(appServiceEnvironmentId: String, id: String, kind: String, location: String, maximumElasticWorkerCount: Int, name: String, osType: String, perSiteScalingEnabled: Boolean, reserved: Boolean, resourceGroupName: String, skuName: String, tags: Map<String, String>, workerCount: Int, zoneBalancingEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the App Service Environment this Service Plan is part of.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A string representing the Kind of Service Plan.

Link copied to clipboard

The Azure Region where the Service Plan exists.

Link copied to clipboard

The maximum number of workers in use in an Elastic SKU Plan.

Link copied to clipboard
Link copied to clipboard

The O/S type for the App Services hosted in this plan.

Link copied to clipboard

Is Per Site Scaling be enabled?

Link copied to clipboard

Whether this is a reserved Service Plan Type. true if os_type is Linux, otherwise false.

Link copied to clipboard
Link copied to clipboard

The SKU for the Service Plan.

Link copied to clipboard

A mapping of tags assigned to the Service Plan.

Link copied to clipboard

The number of Workers (instances) allocated.

Link copied to clipboard

Is the Service Plan balance across Availability Zones in the region?