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. Serialized Name: WebAppRuntimeSettings
public class WebAppRuntimeSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.WebAppRuntimeSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.WebAppRuntimeSettings>
type WebAppRuntimeSettings = class
interface IJsonModel<WebAppRuntimeSettings>
interface IPersistableModel<WebAppRuntimeSettings>
Public Class WebAppRuntimeSettings
Implements IJsonModel(Of WebAppRuntimeSettings), IPersistableModel(Of WebAppRuntimeSettings)
- Inheritance
-
WebAppRuntimeSettings
- Implements
Properties
| Name | Description |
|---|---|
| AppInsightsSettings |
Application Insights settings associated with the minor version. Serialized Name: WebAppRuntimeSettings.appInsightsSettings |
| EndOfLifeOn |
End-of-life date for the minor version. Serialized Name: WebAppRuntimeSettings.endOfLifeDate |
| GitHubActionSettings |
GitHub Actions settings associated with the minor version. Serialized Name: WebAppRuntimeSettings.gitHubActionSettings |
| IsAutoUpdate |
<code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>. Serialized Name: WebAppRuntimeSettings.isAutoUpdate |
| IsDeprecated |
<code>true</code> if the stack is deprecated; otherwise, <code>false</code>. Serialized Name: WebAppRuntimeSettings.isDeprecated |
| IsEarlyAccess |
<code>true</code> if the minor version is early-access; otherwise, <code>false</code>. Serialized Name: WebAppRuntimeSettings.isEarlyAccess |
| IsHidden |
<code>true</code> if the stack should be hidden; otherwise, <code>false</code>. Serialized Name: WebAppRuntimeSettings.isHidden |
| IsPreview |
<code>true</code> if the stack is in preview; otherwise, <code>false</code>. Serialized Name: WebAppRuntimeSettings.isPreview |
| IsRemoteDebuggingSupported |
<code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>. Serialized Name: WebAppRuntimeSettings.remoteDebuggingSupported |
| RuntimeVersion |
Web App stack minor version (runtime only). Serialized Name: WebAppRuntimeSettings.runtimeVersion |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<WebAppRuntimeSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<WebAppRuntimeSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<WebAppRuntimeSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<WebAppRuntimeSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<WebAppRuntimeSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |