Freigeben über


ArmAppServiceModelFactory.FunctionAppRuntimeSettings Methode

Definition

Initialisiert eine neue instance von FunctionAppRuntimeSettings.

public static Azure.ResourceManager.AppService.Models.FunctionAppRuntimeSettings FunctionAppRuntimeSettings (string runtimeVersion = default, bool? isRemoteDebuggingSupported = default, Azure.ResourceManager.AppService.Models.AppInsightsWebAppStackSettings appInsightsSettings = default, Azure.ResourceManager.AppService.Models.GitHubActionWebAppStackSettings gitHubActionSettings = default, System.Collections.Generic.IReadOnlyDictionary<string,string> appSettingsDictionary = default, Azure.ResourceManager.AppService.Models.SiteConfigPropertiesDictionary siteConfigPropertiesDictionary = default, System.Collections.Generic.IEnumerable<string> supportedFunctionsExtensionVersions = default, bool? isPreview = default, bool? isDeprecated = default, bool? isHidden = default, DateTimeOffset? endOfLifeOn = default, bool? isAutoUpdate = default, bool? isEarlyAccess = default, bool? isDefault = default);
static member FunctionAppRuntimeSettings : string * Nullable<bool> * Azure.ResourceManager.AppService.Models.AppInsightsWebAppStackSettings * Azure.ResourceManager.AppService.Models.GitHubActionWebAppStackSettings * System.Collections.Generic.IReadOnlyDictionary<string, string> * Azure.ResourceManager.AppService.Models.SiteConfigPropertiesDictionary * seq<string> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.AppService.Models.FunctionAppRuntimeSettings
Public Shared Function FunctionAppRuntimeSettings (Optional runtimeVersion As String = Nothing, Optional isRemoteDebuggingSupported As Nullable(Of Boolean) = Nothing, Optional appInsightsSettings As AppInsightsWebAppStackSettings = Nothing, Optional gitHubActionSettings As GitHubActionWebAppStackSettings = Nothing, Optional appSettingsDictionary As IReadOnlyDictionary(Of String, String) = Nothing, Optional siteConfigPropertiesDictionary As SiteConfigPropertiesDictionary = Nothing, Optional supportedFunctionsExtensionVersions As IEnumerable(Of String) = 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, Optional isDefault As Nullable(Of Boolean) = Nothing) As FunctionAppRuntimeSettings

Parameter

runtimeVersion
String

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

isRemoteDebuggingSupported
Nullable<Boolean>

<code>true</code> , wenn 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.

appSettingsDictionary
IReadOnlyDictionary<String,String>

Anwendungseinstellungen, die der Nebenversion zugeordnet sind.

siteConfigPropertiesDictionary
SiteConfigPropertiesDictionary

Konfigurationseinstellungen, die der Nebenversion zugeordnet sind.

supportedFunctionsExtensionVersions
IEnumerable<String>

Liste der unterstützten Functions-Erweiterungsversionen.

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>

Enddatum 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>.

isDefault
Nullable<Boolean>

<code>true</code> if the minor version the default; <andernfalls code>false</code>.

Gibt zurück

Eine neue FunctionAppRuntimeSettings instance zum Simulieren.

Gilt für: