Partager via


FunctionAppRuntimeSettings Constructeurs

Définition

Surcharges

FunctionAppRuntimeSettings()

Initialise une nouvelle instance de la classe FunctionAppRuntimeSettings.

FunctionAppRuntimeSettings(String, Nullable<Boolean>, AppInsightsWebAppStackSettings, GitHubActionWebAppStackSettings, IDictionary<String,String>, SiteConfigPropertiesDictionary, IList<String>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initialise une nouvelle instance de la classe FunctionAppRuntimeSettings.

FunctionAppRuntimeSettings()

Initialise une nouvelle instance de la classe FunctionAppRuntimeSettings.

public FunctionAppRuntimeSettings ();
Public Sub New ()

S’applique à

FunctionAppRuntimeSettings(String, Nullable<Boolean>, AppInsightsWebAppStackSettings, GitHubActionWebAppStackSettings, IDictionary<String,String>, SiteConfigPropertiesDictionary, IList<String>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initialise une nouvelle instance de la classe FunctionAppRuntimeSettings.

public FunctionAppRuntimeSettings (string runtimeVersion = default, bool? remoteDebuggingSupported = default, Microsoft.Azure.Management.WebSites.Models.AppInsightsWebAppStackSettings appInsightsSettings = default, Microsoft.Azure.Management.WebSites.Models.GitHubActionWebAppStackSettings gitHubActionSettings = default, System.Collections.Generic.IDictionary<string,string> appSettingsDictionary = default, Microsoft.Azure.Management.WebSites.Models.SiteConfigPropertiesDictionary siteConfigPropertiesDictionary = default, System.Collections.Generic.IList<string> supportedFunctionsExtensionVersions = default, bool? isPreview = default, bool? isDeprecated = default, bool? isHidden = default, DateTime? endOfLifeDate = default, bool? isAutoUpdate = default, bool? isEarlyAccess = default, bool? isDefault = default);
new Microsoft.Azure.Management.WebSites.Models.FunctionAppRuntimeSettings : string * Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.AppInsightsWebAppStackSettings * Microsoft.Azure.Management.WebSites.Models.GitHubActionWebAppStackSettings * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.WebSites.Models.SiteConfigPropertiesDictionary * System.Collections.Generic.IList<string> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.FunctionAppRuntimeSettings
Public Sub New (Optional runtimeVersion As String = Nothing, Optional remoteDebuggingSupported As Nullable(Of Boolean) = Nothing, Optional appInsightsSettings As AppInsightsWebAppStackSettings = Nothing, Optional gitHubActionSettings As GitHubActionWebAppStackSettings = Nothing, Optional appSettingsDictionary As IDictionary(Of String, String) = Nothing, Optional siteConfigPropertiesDictionary As SiteConfigPropertiesDictionary = Nothing, Optional supportedFunctionsExtensionVersions As IList(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 endOfLifeDate As Nullable(Of DateTime) = Nothing, Optional isAutoUpdate As Nullable(Of Boolean) = Nothing, Optional isEarlyAccess As Nullable(Of Boolean) = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing)

Paramètres

runtimeVersion
String

Version mineure de la pile d’applications de fonction (runtime uniquement).

remoteDebuggingSupported
Nullable<Boolean>

<code>true</code> si le débogage à distance est pris en charge pour la pile ; sinon, <code>false</code>.

appInsightsSettings
AppInsightsWebAppStackSettings

Paramètres Application Insights associés à la version mineure.

gitHubActionSettings
GitHubActionWebAppStackSettings

GitHub Actions paramètres associés à la version mineure.

appSettingsDictionary
IDictionary<String,String>

Paramètres d’application associés à la version mineure.

siteConfigPropertiesDictionary
SiteConfigPropertiesDictionary

Paramètres de configuration associés à la version mineure.

supportedFunctionsExtensionVersions
IList<String>

Liste des versions d’extension Functions prises en charge.

isPreview
Nullable<Boolean>

<code>true</code> si la pile est en préversion ; sinon, <code>false</code>.

isDeprecated
Nullable<Boolean>

<code>true</code> si la pile est déconseillée ; sinon, <code>false</code>.

isHidden
Nullable<Boolean>

<code>true</code> si la pile doit être masquée ; sinon, <code>false</code>.

endOfLifeDate
Nullable<DateTime>

Date de fin de vie de la version mineure.

isAutoUpdate
Nullable<Boolean>

<code>true</code> si la version de la pile est mise à jour automatiquement ; sinon, <code>false</code>.

isEarlyAccess
Nullable<Boolean>

<code>true</code> si la version mineure est un accès anticipé ; sinon, <code>false</code>.

isDefault
Nullable<Boolean>

<code>true</code> si la version mineure est la valeur par défaut ; sinon, <code>false</code>.

S’applique à