WorkflowOutputParameter クラス

ワークフロー出力パラメーター。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
azure.mgmt.web.v2023_01_01.models._models_py3.WorkflowParameter
WorkflowOutputParameter

コンストラクター

WorkflowOutputParameter(*, type: str | _models.ParameterType | None = None, value: MutableMapping[str, Any] | None = None, metadata: MutableMapping[str, Any] | None = None, description: str | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
type
str または ParameterType

型。 既知の値は、"NotSpecified"、"String"、"SecureString"、"Int"、"Float"、"Bool"、"Array"、"Object"、および "SecureObject" です。

value
<xref:JSON>

値。

metadata
<xref:JSON>

メタデータ。

description
str

説明です。

変数

名前 説明
type
str または ParameterType

型。 既知の値は、"NotSpecified"、"String"、"SecureString"、"Int"、"Float"、"Bool"、"Array"、"Object"、および "SecureObject" です。

value
<xref:JSON>

値。

metadata
<xref:JSON>

メタデータ。

description
str

説明です。

error
<xref:JSON>

エラーを取得します。