StackMajorVersion |
StackMajorVersion.withApplicationInsights(Boolean applicationInsights) |
Set the applicationInsights property: <code>true</code> if this supports Application Insights;
otherwise, <code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withAppSettingsDictionary(Map<String,Object> appSettingsDictionary) |
Set the appSettingsDictionary property: <appSettings> <appSetting name="FUNCTIONS_WORKER_RUNTIME"
value="dotnet" /> </appSettings> Example: All the function apps need AppSetting:
"FUNCTIONS_WORKER_RUNTIME" to be set stack name.
|
StackMajorVersion |
StackMajorVersion.withDisplayVersion(String displayVersion) |
Set the displayVersion property: Application stack major version (display only).
|
StackMajorVersion |
StackMajorVersion.withIsDefault(Boolean isDefault) |
Set the isDefault property: <code>true</code> if this is the default major version; otherwise,
<code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withIsDeprecated(Boolean isDeprecated) |
Set the isDeprecated property: <code>true</code> if this stack has been deprecated, otherwise
<code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withIsHidden(Boolean isHidden) |
Set the isHidden property: <code>true</code> if this stack should be hidden for new customers on
portal, otherwise <code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withIsPreview(Boolean isPreview) |
Set the isPreview property: <code>true</code> if this stack is in Preview, otherwise
<code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withMinorVersions(List<StackMinorVersion> minorVersions) |
Set the minorVersions property: Minor versions associated with the major version.
|
StackMajorVersion |
StackMajorVersion.withRuntimeVersion(String runtimeVersion) |
Set the runtimeVersion property: Application stack major version (runtime only).
|
StackMajorVersion |
StackMajorVersion.withSiteConfigPropertiesDictionary(Map<String,Object> siteConfigPropertiesDictionary) |
Set the siteConfigPropertiesDictionary property: <siteConfigProperties> <siteConfigProperty
name="Use32BitWorkerProcess" value="false" /> </siteConfigProperties> Example: All Linux Function Apps,
need Use32BitWorkerProcess to be set to 0.
|