Freigeben über


AppServicePlan Konstruktoren

Definition

Überlädt

AppServicePlan()

Initialisiert eine neue instance der AppServicePlan-Klasse.

AppServicePlan(String, String, String, String, String, IDictionary<String, String>, String, Nullable<StatusOptions>, String, HostingEnvironmentProfile, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<ProvisioningState>, KubeEnvironmentProfile, Nullable<Boolean>, SkuDescription, ExtendedLocation)

Initialisiert eine neue instance der AppServicePlan-Klasse.

AppServicePlan()

Initialisiert eine neue instance der AppServicePlan-Klasse.

public AppServicePlan ();
Public Sub New ()

Gilt für:

AppServicePlan(String, String, String, String, String, IDictionary<String, String>, String, Nullable<StatusOptions>, String, HostingEnvironmentProfile, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<ProvisioningState>, KubeEnvironmentProfile, Nullable<Boolean>, SkuDescription, ExtendedLocation)

Initialisiert eine neue instance der AppServicePlan-Klasse.

public AppServicePlan (string location, string id = default, string name = default, string kind = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string workerTierName = default, Microsoft.Azure.Management.WebSites.Models.StatusOptions? status = default, string subscription = default, Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile hostingEnvironmentProfile = default, int? maximumNumberOfWorkers = default, string geoRegion = default, bool? perSiteScaling = default, bool? elasticScaleEnabled = default, int? maximumElasticWorkerCount = default, int? numberOfSites = default, bool? isSpot = default, DateTime? spotExpirationTime = default, DateTime? freeOfferExpirationTime = default, string resourceGroup = default, bool? reserved = default, bool? isXenon = default, bool? hyperV = default, int? targetWorkerCount = default, int? targetWorkerSizeId = default, Microsoft.Azure.Management.WebSites.Models.ProvisioningState? provisioningState = default, Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProfile kubeEnvironmentProfile = default, bool? zoneRedundant = default, Microsoft.Azure.Management.WebSites.Models.SkuDescription sku = default, Microsoft.Azure.Management.WebSites.Models.ExtendedLocation extendedLocation = default);
new Microsoft.Azure.Management.WebSites.Models.AppServicePlan : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<Microsoft.Azure.Management.WebSites.Models.StatusOptions> * string * Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile * Nullable<int> * string * Nullable<bool> * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<Microsoft.Azure.Management.WebSites.Models.ProvisioningState> * Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProfile * Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.SkuDescription * Microsoft.Azure.Management.WebSites.Models.ExtendedLocation -> Microsoft.Azure.Management.WebSites.Models.AppServicePlan
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional workerTierName As String = Nothing, Optional status As Nullable(Of StatusOptions) = Nothing, Optional subscription As String = Nothing, Optional hostingEnvironmentProfile As HostingEnvironmentProfile = Nothing, Optional maximumNumberOfWorkers As Nullable(Of Integer) = Nothing, Optional geoRegion As String = Nothing, Optional perSiteScaling As Nullable(Of Boolean) = Nothing, Optional elasticScaleEnabled As Nullable(Of Boolean) = Nothing, Optional maximumElasticWorkerCount As Nullable(Of Integer) = Nothing, Optional numberOfSites As Nullable(Of Integer) = Nothing, Optional isSpot As Nullable(Of Boolean) = Nothing, Optional spotExpirationTime As Nullable(Of DateTime) = Nothing, Optional freeOfferExpirationTime As Nullable(Of DateTime) = Nothing, Optional resourceGroup As String = Nothing, Optional reserved As Nullable(Of Boolean) = Nothing, Optional isXenon As Nullable(Of Boolean) = Nothing, Optional hyperV As Nullable(Of Boolean) = Nothing, Optional targetWorkerCount As Nullable(Of Integer) = Nothing, Optional targetWorkerSizeId As Nullable(Of Integer) = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional kubeEnvironmentProfile As KubeEnvironmentProfile = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing, Optional sku As SkuDescription = Nothing, Optional extendedLocation As ExtendedLocation = Nothing)

Parameter

location
String

Ressourcenspeicherort.

id
String

Ressourcen-ID.

name
String

Ressourcenname.

kind
String

Art der Ressource.

type
String

Der Ressourcentyp.

tags
IDictionary<String,String>

Ressourcentags.

workerTierName
String

Zielarbeitsebene, die dem App Service-Plan zugewiesen ist.

status
Nullable<StatusOptions>

App Service planen status. Mögliche Werte: "Ready", "Pending", "Creating"

subscription
String

App Service Planabonnement.

hostingEnvironmentProfile
HostingEnvironmentProfile

Spezifikation für die App Service-Umgebung, die für den App Service-Plan verwendet werden soll.

maximumNumberOfWorkers
Nullable<Int32>

Maximale Anzahl von Instanzen, die diesem App Service-Plan zugewiesen werden können.

geoRegion
String

Geografischer Standort für den App Service Plan.

perSiteScaling
Nullable<Boolean>

Wenn <Code>true</Code> ist, können Apps, die diesem App Service Plan zugewiesen sind, unabhängig skaliert werden. Wenn <code>false</code>, werden Apps, die diesem App Service Plan zugewiesen sind, auf alle Instanzen des Plans skaliert.

elasticScaleEnabled
Nullable<Boolean>

ServerFarm unterstützt ElasticScale. Apps in diesem Plan werden so skaliert, als wäre die ServerFarm elasticPremium-SKU.

maximumElasticWorkerCount
Nullable<Int32>

Maximale Anzahl der für diesen ElasticScaleEnabled-App Service-Plan zulässigen Gesamtarbeitskräfte

numberOfSites
Nullable<Int32>

Anzahl der Apps, die diesem App Service-Plan zugewiesen sind.

isSpot
Nullable<Boolean>

Wenn <Code>true</Code> ist, besitzt dieser App Service Plan Spotinstanzen.

spotExpirationTime
Nullable<DateTime>

Der Zeitpunkt, zu dem die Serverfarm abläuft. Nur gültig, wenn es sich um eine Spotserverfarm handelt.

freeOfferExpirationTime
Nullable<DateTime>

Der Zeitpunkt, zu dem das kostenlose Angebot der Serverfarm abläuft.

resourceGroup
String

Ressourcengruppe des App Service Plans.

reserved
Nullable<Boolean>

Wenn Linux App Service-Plancode <>true</code>, <code>false</code> andernfalls.

isXenon
Nullable<Boolean>

Veraltet: Wenn Hyper-V-Container-App Service-Plancode true/code>, <code>false</code andernfalls Code>.<<>

hyperV
Nullable<Boolean>

Wenn Hyper-V-Container-App Service-Plancode <>true</code>, <code>false</code> andernfalls code.

targetWorkerCount
Nullable<Int32>

Skalieren der Workeranzahl.

targetWorkerSizeId
Nullable<Int32>

Skalieren der Workergrößen-ID.

provisioningState
Nullable<ProvisioningState>

Bereitstellungsstatus des App Service Plans. Mögliche Werte: "Succeeded", "Failed", "Canceled", "InProgress", "Deleting"

kubeEnvironmentProfile
KubeEnvironmentProfile

Spezifikation für die Kubernetes-Umgebung, die für den App Service-Plan verwendet werden soll.

zoneRedundant
Nullable<Boolean>

Wenn <Code>true</Code> ist, führt dieser App Service Plan einen Ausgleich der Verfügbarkeitszonen durch. Wenn <Code>falsch</Code> ist, führt dieser App Service Plan keinen Ausgleich der Verfügbarkeitszonen durch.

extendedLocation
ExtendedLocation

Gilt für: