WebAppRuntimeSettings Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WebAppRuntimeSettings
- com.
Implements
public final class WebAppRuntimeSettings
implements JsonSerializable<WebAppRuntimeSettings>
Web App runtime settings.
Constructor Summary
Constructor | Description |
---|---|
WebAppRuntimeSettings() |
Creates an instance of Web |
Method Summary
Modifier and Type | Method and Description |
---|---|
App |
appInsightsSettings()
Get the app |
Offset |
endOfLifeDate()
Get the end |
static
Web |
fromJson(JsonReader jsonReader)
Reads an instance of Web |
Git |
gitHubActionSettings()
Get the git |
Boolean |
isAutoUpdate()
Get the is |
Boolean |
isDeprecated()
Get the is |
Boolean |
isEarlyAccess()
Get the is |
Boolean |
isHidden()
Get the is |
Boolean |
isPreview()
Get the is |
Boolean |
remoteDebuggingSupported()
Get the remote |
String |
runtimeVersion()
Get the runtime |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
WebAppRuntimeSettings
public WebAppRuntimeSettings()
Creates an instance of WebAppRuntimeSettings class.
Method Details
appInsightsSettings
public AppInsightsWebAppStackSettings appInsightsSettings()
Get the appInsightsSettings property: Application Insights settings associated with the minor version.
Returns:
endOfLifeDate
public OffsetDateTime endOfLifeDate()
Get the endOfLifeDate property: End-of-life date for the minor version.
Returns:
fromJson
public static WebAppRuntimeSettings fromJson(JsonReader jsonReader)
Reads an instance of WebAppRuntimeSettings from the JsonReader.
Parameters:
Returns:
Throws:
gitHubActionSettings
public GitHubActionWebAppStackSettings gitHubActionSettings()
Get the gitHubActionSettings property: GitHub Actions settings associated with the minor version.
Returns:
isAutoUpdate
public Boolean isAutoUpdate()
Get the isAutoUpdate property: true
if the stack version is auto-updated; otherwise, false
.
Returns:
isDeprecated
public Boolean isDeprecated()
Get the isDeprecated property: true
if the stack is deprecated; otherwise, false
.
Returns:
isEarlyAccess
public Boolean isEarlyAccess()
Get the isEarlyAccess property: true
if the minor version is early-access; otherwise, false
.
Returns:
isHidden
public Boolean isHidden()
Get the isHidden property: true
if the stack should be hidden; otherwise, false
.
Returns:
isPreview
public Boolean isPreview()
Get the isPreview property: true
if the stack is in preview; otherwise, false
.
Returns:
remoteDebuggingSupported
public Boolean remoteDebuggingSupported()
Get the remoteDebuggingSupported property: true
if remote debugging is supported for the stack; otherwise, false
.
Returns:
runtimeVersion
public String runtimeVersion()
Get the runtimeVersion property: Web App stack minor version (runtime only).
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java