WebAppStack Class

Web App stack.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResource
WebAppStack

Constructor

WebAppStack(*, kind: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

location
str

Web App stack location.

display_text
str

Web App stack (display only).

value
str

Web App stack name.

major_versions
list[WebAppMajorVersion]

List of major versions available.

preferred_os
str or StackPreferredOs

Web App stack preferred OS. Possible values include: "Windows", "Linux".