VariableCreateOrUpdateParameters Class

The parameters supplied to the create or update variable operation.

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

Inheritance
VariableCreateOrUpdateParameters

Constructor

VariableCreateOrUpdateParameters(*, name: str, value: Optional[str] = None, description: Optional[str] = None, is_encrypted: Optional[bool] = None, **kwargs)

Parameters

name
str
Required

Required. Gets or sets the name of the variable.

value
str
Required

Gets or sets the value of the variable.

description
str
Required

Gets or sets the description of the variable.

is_encrypted
bool
Required

Gets or sets the encrypted flag of the variable.