Freigeben über


AppServiceEnvironment Konstruktoren

Definition

Überlädt

AppServiceEnvironment()

Initialisiert eine neue instance der AppServiceEnvironment-Klasse.

AppServiceEnvironment(VirtualNetworkProfile, Nullable<ProvisioningState>, Nullable<HostingEnvironmentStatus>, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, IList<NameValuePair>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>)

Initialisiert eine neue instance der AppServiceEnvironment-Klasse.

AppServiceEnvironment()

Initialisiert eine neue instance der AppServiceEnvironment-Klasse.

public AppServiceEnvironment ();
Public Sub New ()

Gilt für:

AppServiceEnvironment(VirtualNetworkProfile, Nullable<ProvisioningState>, Nullable<HostingEnvironmentStatus>, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, IList<NameValuePair>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>)

Initialisiert eine neue instance der AppServiceEnvironment-Klasse.

public AppServiceEnvironment (Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile virtualNetwork, Microsoft.Azure.Management.WebSites.Models.ProvisioningState? provisioningState = default, Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus? status = default, string internalLoadBalancingMode = default, string multiSize = default, int? multiRoleCount = default, int? ipsslAddressCount = default, string dnsSuffix = default, int? maximumNumberOfMachines = default, int? frontEndScaleFactor = default, bool? suspended = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair> clusterSettings = default, System.Collections.Generic.IList<string> userWhitelistedIpRanges = default, bool? hasLinuxWorkers = default, int? dedicatedHostCount = default, bool? zoneRedundant = default);
new Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment : Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile * Nullable<Microsoft.Azure.Management.WebSites.Models.ProvisioningState> * Nullable<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus> * string * string * Nullable<int> * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair> * System.Collections.Generic.IList<string> * Nullable<bool> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment
Public Sub New (virtualNetwork As VirtualNetworkProfile, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional status As Nullable(Of HostingEnvironmentStatus) = Nothing, Optional internalLoadBalancingMode As String = Nothing, Optional multiSize As String = Nothing, Optional multiRoleCount As Nullable(Of Integer) = Nothing, Optional ipsslAddressCount As Nullable(Of Integer) = Nothing, Optional dnsSuffix As String = Nothing, Optional maximumNumberOfMachines As Nullable(Of Integer) = Nothing, Optional frontEndScaleFactor As Nullable(Of Integer) = Nothing, Optional suspended As Nullable(Of Boolean) = Nothing, Optional clusterSettings As IList(Of NameValuePair) = Nothing, Optional userWhitelistedIpRanges As IList(Of String) = Nothing, Optional hasLinuxWorkers As Nullable(Of Boolean) = Nothing, Optional dedicatedHostCount As Nullable(Of Integer) = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing)

Parameter

virtualNetwork
VirtualNetworkProfile

Beschreibung des Virtual Network.

provisioningState
Nullable<ProvisioningState>

Bereitstellungsstatus des App Service-Umgebung. Mögliche Werte sind: "Erfolgreich", "Failed", "Canceled", "InProgress", "Löschen".

status
Nullable<HostingEnvironmentStatus>

Aktuelle status der App Service-Umgebung. Mögliche Werte: "Vorbereiten", "Bereit", "Skalierung", "Löschen"

internalLoadBalancingMode
String

Gibt an, welche Endpunkte intern im Virtual Network für die App Service-Umgebung verwendet werden sollen. Mögliche Werte: "None", "Web", "Publishing", "Web, Publishing"

multiSize
String

Front-End-VM-Größe, z. B. "Mittel", "Groß".

multiRoleCount
Nullable<Int32>

Anzahl der Front-End-Instanzen.

ipsslAddressCount
Nullable<Int32>

Anzahl der für den App Service-Umgebung reservierten IP-SSL-Adressen.

dnsSuffix
String

DNS-Suffix des App Service-Umgebung.

maximumNumberOfMachines
Nullable<Int32>

Maximale Anzahl von VMs im App Service-Umgebung.

frontEndScaleFactor
Nullable<Int32>

Skalierungsfaktor für Front-Ends.

suspended
Nullable<Boolean>

<code>true</code>, wenn die App Service-Umgebung angehalten wird, <andernfalls Code>false</code>. Die Umgebung kann angehalten werden, z. B. wenn der Verwaltungsendpunkt nicht mehr verfügbar ist (wahrscheinlich, weil die NSG den eingehenden Datenverkehr blockiert hat).

clusterSettings
IList<NameValuePair>

Benutzerdefinierte Einstellungen zum Ändern des Verhaltens der App Service-Umgebung.

userWhitelistedIpRanges
IList<String>

Der Benutzer hat IP-Bereiche zur Whitelist in der ASE-Datenbank hinzugefügt.

hasLinuxWorkers
Nullable<Boolean>

Flag, das anzeigt, ob eine ASE Über Linux-Worker verfügt oder nicht

dedicatedHostCount
Nullable<Int32>

Anzahl des dedizierten Hosts

zoneRedundant
Nullable<Boolean>

Gibt an, ob dieser App Service-Umgebung zonenredundant ist.

Gilt für: