ApplicationParameter Class

Describes an application parameter override to be applied when creating or upgrading an application.

All required parameters must be populated in order to send to Azure.

Inheritance
ApplicationParameter

Constructor

ApplicationParameter(*, key: str, value: str, **kwargs)

Parameters

key
str
Required

Required. The name of the parameter.

value
str
Required

Required. The value of the parameter.