AppServicePlanProperties Class
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.
AppServicePlan resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppServicePlanPropertiesTypeConverter))]
public class AppServicePlanProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlanProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppServicePlanPropertiesTypeConverter))>]
type AppServicePlanProperties = class
interface IAppServicePlanProperties
interface IJsonSerializable
Public Class AppServicePlanProperties
Implements IAppServicePlanProperties
- Inheritance
-
AppServicePlanProperties
- Attributes
- Implements
Constructors
AppServicePlanProperties() |
Creates an new AppServicePlanProperties instance. |
Properties
ElasticScaleEnabled |
ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku |
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 |
IsSpot |
If |
IsXenon |
Obsolete: If Hyper-V container app service plan |
KubeEnvironmentProfileId |
Resource ID of the Kubernetes Environment. |
KubeEnvironmentProfileName |
Name of the Kubernetes Environment. |
KubeEnvironmentProfileType |
Resource type of the Kubernetes Environment. |
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. |
NumberOfSite |
Number of apps assigned to this App Service plan. |
NumberOfWorker |
The number of instances that are assigned to this App Service plan. |
PerSiteScaling |
If |
ProvisioningState |
Provisioning state of the App Service Plan. |
Reserved |
If Linux app service plan |
ResourceGroup |
Resource group of the App Service plan. |
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. |
TargetWorkerCount |
Scaling worker count. |
TargetWorkerSizeId |
Scaling worker size ID. |
WorkerTierName |
Target worker tier assigned to the App Service plan. |
ZoneRedundant |
If |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppServicePlanProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppServicePlanProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlanProperties. |
FromJsonString(String) |
Creates a new instance of AppServicePlanProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppServicePlanProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |