Class AzureAppServicePlan
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure app service plan.
public class AzureAppServicePlan : AzureResourceBase, IComparable<AzureResourceBase>
- Inheritance
-
AzureAppServicePlan
- Implements
- Inherited Members
Constructors
AzureAppServicePlan()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureAppServicePlan class.
public AzureAppServicePlan()
Properties
AppIdentifiers
Gets or sets the unique identifiers of the web apps and web app slots associated with the service plan.
public SerializableStringCollection AppIdentifiers { get; set; }
Property Value
- SerializableStringCollection
AppNames
Gets or sets the names of the web apps and web app slots associated with the service plan.
public SerializableStringCollection AppNames { get; set; }
Property Value
- SerializableStringCollection
MaximumWorkers
Gets or sets the maximum number of workers.
public int MaximumWorkers { get; set; }
Property Value
OperatingSystemType
Gets or sets the operating system type.
public AzureAppServicePlanOperatingSystemType OperatingSystemType { get; set; }
Property Value
OperatingSystemTypeString
Gets the operating system type.
public string OperatingSystemTypeString { get; set; }
Property Value
SkuCapacity
Gets or sets the SKU capacity.
public int SkuCapacity { get; set; }
Property Value
SkuName
Gets or sets the name of the stock keeping unit (SKU).
public string SkuName { get; set; }
Property Value
SkuTier
Gets or sets the stock keeping unit (SKU) tier - for example "Standard".
public string SkuTier { get; set; }
Property Value
ZoneRedundant
Gets or sets whether the app service plan is zone redundant.
public BooleanOption ZoneRedundant { get; set; }