GlobalParameterSpecification Class

Definition of a single parameter for an entity.

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

Inheritance
GlobalParameterSpecification

Constructor

GlobalParameterSpecification(*, type: Union[str, _models.GlobalParameterType], value: Any, **kwargs)

Variables

type
str or GlobalParameterType

Required. Global Parameter type. Known values are: "Object", "String", "Int", "Float", "Bool", "Array".

value
any

Required. Value of parameter.