Freigeben über


ArmAppServiceModelFactory.WebAppRuntimeSettings Methode

Definition

Initialisiert eine neue instance von WebAppRuntimeSettings.

public static Azure.ResourceManager.AppService.Models.WebAppRuntimeSettings WebAppRuntimeSettings (string runtimeVersion = default, bool? isRemoteDebuggingSupported = default, Azure.ResourceManager.AppService.Models.AppInsightsWebAppStackSettings appInsightsSettings = default, Azure.ResourceManager.AppService.Models.GitHubActionWebAppStackSettings gitHubActionSettings = default, bool? isPreview = default, bool? isDeprecated = default, bool? isHidden = default, DateTimeOffset? endOfLifeOn = default, bool? isAutoUpdate = default, bool? isEarlyAccess = default);
static member WebAppRuntimeSettings : string * Nullable<bool> * Azure.ResourceManager.AppService.Models.AppInsightsWebAppStackSettings * Azure.ResourceManager.AppService.Models.GitHubActionWebAppStackSettings * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.AppService.Models.WebAppRuntimeSettings
Public Shared Function WebAppRuntimeSettings (Optional runtimeVersion As String = Nothing, Optional isRemoteDebuggingSupported As Nullable(Of Boolean) = Nothing, Optional appInsightsSettings As AppInsightsWebAppStackSettings = Nothing, Optional gitHubActionSettings As GitHubActionWebAppStackSettings = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing, Optional isDeprecated As Nullable(Of Boolean) = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional endOfLifeOn As Nullable(Of DateTimeOffset) = Nothing, Optional isAutoUpdate As Nullable(Of Boolean) = Nothing, Optional isEarlyAccess As Nullable(Of Boolean) = Nothing) As WebAppRuntimeSettings

Parameter

runtimeVersion
String

Nebenversion des Web-App-Stapels (nur Runtime).

isRemoteDebuggingSupported
Nullable<Boolean>

<code>true</code> , wenn das Remotedebuggen für den Stapel unterstützt wird, <andernfalls Code>false</code>.

appInsightsSettings
AppInsightsWebAppStackSettings

Application Insights-Einstellungen, die der Nebenversion zugeordnet sind.

gitHubActionSettings
GitHubActionWebAppStackSettings

GitHub Actions Einstellungen, die der Nebenversion zugeordnet sind.

isPreview
Nullable<Boolean>

<code>true</code> , wenn sich der Stapel in der Vorschau befindet, <andernfalls Code>false</code>.

isDeprecated
Nullable<Boolean>

<code>true</code> , wenn der Stapel veraltet ist, <andernfalls Code>false</code>.

isHidden
Nullable<Boolean>

<code>true</code> , wenn der Stapel ausgeblendet werden soll, <andernfalls Code>false</code>.

endOfLifeOn
Nullable<DateTimeOffset>

End-of-Life-Datum für die Nebenversion.

isAutoUpdate
Nullable<Boolean>

<code>true</code> , wenn die Stapelversion automatisch aktualisiert wird, <andernfalls Code>false</code>.

isEarlyAccess
Nullable<Boolean>

<code>true</code> , wenn die Nebenversion early-access ist, <andernfalls Code>false</code>.

Gibt zurück

Eine neue WebAppRuntimeSettings instance zum Mocking.

Gilt für: