ScopedDeployment interface
デプロイ操作のパラメーター。
プロパティ
| location | デプロイ データを格納する場所。 |
| properties | 展開プロパティ。 |
| tags | デプロイ タグ |
プロパティの詳細
location
デプロイ データを格納する場所。
location: string
プロパティ値
string
properties
tags
デプロイ タグ
tags?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}