IAppServicePlan Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanTypeConverter))]
public interface IAppServicePlan : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanTypeConverter))>]
type IAppServicePlan = interface
interface IJsonSerializable
interface IResource
Public Interface IAppServicePlan
Implements IResource
- Derived
- Attributes
- Implements
Properties
Capacity |
Current number of instances assigned to the resource. |
FreeOfferExpirationTime |
The time when the server farm free offer expires. |
GeoRegion |
Geographical location for the App Service plan. |
HostingEnvironmentProfileId |
Resource ID of the App Service Environment. |
HostingEnvironmentProfileName |
Name of the App Service Environment. |
HostingEnvironmentProfileType |
Resource type of the App Service Environment. |
HyperV |
If Hyper-V container app service plan |
Id |
Resource Id. (Inherited from IResource) |
IsSpot |
If |
IsXenon |
Obsolete: If Hyper-V container app service plan |
Kind |
Kind of resource. (Inherited from IResource) |
Location |
Resource Location. (Inherited from IResource) |
MaximumElasticWorkerCount |
Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan |
MaximumNumberOfWorker |
Maximum number of instances that can be assigned to this App Service plan. |
Name |
Resource Name. (Inherited from IResource) |
NumberOfSite |
Number of apps assigned to this App Service plan. |
PerSiteScaling |
If |
ProvisioningState |
Provisioning state of the App Service Environment. |
Reserved |
If Linux app service plan |
ResourceGroup |
Resource group of the App Service plan. |
SkuCapability |
Capabilities of the SKU, e.g., is traffic manager enabled? |
SkuCapacityDefault |
Default number of workers for this App Service plan SKU. |
SkuCapacityMaximum |
Maximum number of workers for this App Service plan SKU. |
SkuCapacityMinimum |
Minimum number of workers for this App Service plan SKU. |
SkuCapacityScaleType |
Available scale configurations for an App Service plan. |
SkuFamily |
Family code of the resource SKU. |
SkuLocation |
Locations of the SKU. |
SkuName |
Name of the resource SKU. |
SkuSize |
Size specifier of the resource SKU. |
SkuTier |
Service tier of the resource SKU. |
SpotExpirationTime |
The time when the server farm expires. Valid only if it is a spot server farm. |
Status |
App Service plan status. |
Subscription |
App Service plan subscription. |
Tag |
Resource tags. (Inherited from IResource) |
TargetWorkerCount |
Scaling worker count. |
TargetWorkerSizeId |
Scaling worker size ID. |
Type |
Resource type. (Inherited from IResource) |
WorkerTierName |
Target worker tier assigned to the App Service plan. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |