GlobalParameterSpecification Class
Definition of a single parameter for an entity.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelGlobalParameterSpecification
Constructor
GlobalParameterSpecification(*, type: str | _models.GlobalParameterType, value: MutableMapping[str, Any], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Global Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", and "Int". |
value
|
<xref:JSON>
Value of parameter. Required. |
Variables
Name | Description |
---|---|
type
|
Global Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", and "Int". |
value
|
<xref:JSON>
Value of parameter. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python