WebAppRuntimeSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Web App runtime settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppRuntimeSettingsTypeConverter))]
public class WebAppRuntimeSettings : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppRuntimeSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppRuntimeSettingsTypeConverter))>]
type WebAppRuntimeSettings = class
interface IWebAppRuntimeSettings
interface IJsonSerializable
Public Class WebAppRuntimeSettings
Implements IWebAppRuntimeSettings
- Inheritance
-
WebAppRuntimeSettings
- Attributes
- Implements
Constructors
WebAppRuntimeSettings() |
Creates an new WebAppRuntimeSettings instance. |
Properties
AppInsightSettingIsDefaultOff |
|
AppInsightSettingIsSupported |
|
EndOfLifeDate |
End-of-life date for the minor version. |
GitHubActionSettingIsSupported |
|
GitHubActionSettingSupportedVersion |
The minor version that is supported for GitHub Actions. |
IsAutoUpdate |
|
IsDeprecated |
|
IsEarlyAccess |
|
IsHidden |
|
IsPreview |
|
RemoteDebuggingSupported |
|
RuntimeVersion |
Web App stack minor version (runtime only). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WebAppRuntimeSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WebAppRuntimeSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppRuntimeSettings. |
FromJsonString(String) |
Creates a new instance of WebAppRuntimeSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WebAppRuntimeSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |