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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python