DeploymentProperties interface
API デプロイ エンティティのプロパティ。
プロパティ
custom |
API カタログ エンティティに対して定義されたカスタム メタデータ。 |
definition |
API センター スコープの定義リソース ID。 |
description | デプロイの説明。 |
environment |
API センター スコープの環境リソース ID。 |
server | 展開サーバー |
state | API デプロイの状態。 |
title | API デプロイ のタイトル |
プロパティの詳細
customProperties
API カタログ エンティティに対して定義されたカスタム メタデータ。
customProperties?: Record<string, unknown>
プロパティ値
Record<string, unknown>
definitionId
API センター スコープの定義リソース ID。
definitionId?: string
プロパティ値
string
description
デプロイの説明。
description?: string
プロパティ値
string
environmentId
API センター スコープの環境リソース ID。
environmentId?: string
プロパティ値
string
server
state
API デプロイの状態。
state?: string
プロパティ値
string
title
API デプロイ のタイトル
title?: string
プロパティ値
string