ConnectionTypeCreateOrUpdateParameters Class

The parameters supplied to the create or update connection type operation.

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

Inheritance
ConnectionTypeCreateOrUpdateParameters

Constructor

ConnectionTypeCreateOrUpdateParameters(*, name: str, field_definitions: Dict[str, azure.mgmt.automation.models._models_py3.FieldDefinition], is_global: Optional[bool] = None, **kwargs)

Parameters

name
str
Required

Required. Gets or sets the name of the connection type.

is_global
bool
Required

Gets or sets a Boolean value to indicate if the connection type is global.

field_definitions
dict[str, FieldDefinition]
Required

Required. Gets or sets the field definitions of the connection type.