AppServicePlanPatchResource Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AppServicePlanPatchResource() |
Initialisiert eine neue instance der AppServicePlanPatchResource-Klasse. |
AppServicePlanPatchResource(String, String, String, String, String, Nullable<StatusOptions>, String, HostingEnvironmentProfile, Nullable<Int32>, String, 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>) |
Initialisiert eine neue instance der AppServicePlanPatchResource-Klasse. |
AppServicePlanPatchResource()
Initialisiert eine neue instance der AppServicePlanPatchResource-Klasse.
public AppServicePlanPatchResource ();
Public Sub New ()
Gilt für:
AppServicePlanPatchResource(String, String, String, String, String, Nullable<StatusOptions>, String, HostingEnvironmentProfile, Nullable<Int32>, String, 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>)
Initialisiert eine neue instance der AppServicePlanPatchResource-Klasse.
public AppServicePlanPatchResource (string id = default, string name = default, string type = default, string kind = default, string workerTierName = default, Microsoft.Azure.Management.AppService.Fluent.Models.StatusOptions? status = default, string subscription = default, Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentProfile hostingEnvironmentProfile = default, int? maximumNumberOfWorkers = default, string geoRegion = default, bool? perSiteScaling = 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.AppService.Fluent.Models.ProvisioningState? provisioningState = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanPatchResource : string * string * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.StatusOptions> * string * Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentProfile * Nullable<int> * string * 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.AppService.Fluent.Models.ProvisioningState> -> Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanPatchResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As 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 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)
Parameter
- id
- String
- name
- String
- type
- String
- kind
- String
Art der Ressource.
- 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.
Maximale Anzahl von Instanzen, die diesem App Service-Plan zugewiesen werden können.
- geoRegion
- String
Geografischer Standort für den App Service Plan.
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.
Maximale Anzahl der für diesen ElasticScaleEnabled-App Service-Plan zulässigen Gesamtarbeitskräfte
Der Zeitpunkt, zu dem die Serverfarm abläuft. Nur gültig, wenn es sich um eine Spotserverfarm handelt.
Der Zeitpunkt, zu dem das kostenlose Angebot der Serverfarm abläuft.
- resourceGroup
- String
Ressourcengruppe des App Service Plans.
Wenn Linux App Service-Plancode <>true</code>, <code>false</code> andernfalls.
Veraltet: Wenn Hyper-V-Container-App Service-Plancode true/code>, <code>false</code andernfalls Code>.<<>
Wenn Hyper-V-Container-App Service-Plancode <>true</code>, <code>false</code> andernfalls code.
- provisioningState
- Nullable<ProvisioningState>
Bereitstellungsstatus des App Service-Umgebung. Mögliche Werte: "Succeeded", "Failed", "Canceled", "InProgress", "Deleting"
Gilt für:
Azure SDK for .NET