StackMajorVersion Class
Application stack major version.
- Inheritance
-
StackMajorVersion
Constructor
StackMajorVersion(*, display_version: Optional[str] = None, runtime_version: Optional[str] = None, is_default: Optional[bool] = None, minor_versions: Optional[List[azure.mgmt.web.v2020_09_01.models._models_py3.StackMinorVersion]] = None, application_insights: Optional[bool] = None, is_preview: Optional[bool] = None, is_deprecated: Optional[bool] = None, is_hidden: Optional[bool] = None, **kwargs)
Parameters
- is_default
- bool
Required
<code>true</code> if this is the default major version; otherwise,
<code>false</code>.
- application_insights
- bool
Required
<code>true</code> if this supports Application Insights;
otherwise, <code>false</code>.
- is_preview
- bool
Required
<code>true</code> if this stack is in Preview, otherwise
<code>false</code>.
- is_deprecated
- bool
Required
<code>true</code> if this stack has been deprecated, otherwise
<code>false</code>.
- is_hidden
- bool
Required
<code>true</code> if this stack should be hidden for new customers on
portal, otherwise <code>false</code>.
Feedback
Submit and view feedback for