StaticSiteBuildARMResourcePropertiesOutput interface
StaticSiteBuildARMResource リソース固有のプロパティ
プロパティ
| build |
静的サイト ビルドの識別子。 |
| created |
このビルドが作成されたとき。 |
| hostname | 静的サイト ビルドのホスト名。 |
| last |
このビルドが更新されたとき。 |
| pull |
静的サイト ビルドが関連付けられているプル要求のタイトル。 |
| source |
ソース ブランチ。 |
| status | 静的サイト ビルドの状態。 |
| user |
静的サイト ビルドに登録されているユーザー指定の関数アプリ |
プロパティの詳細
buildId
静的サイト ビルドの識別子。
buildId?: string
プロパティ値
string
createdTimeUtc
このビルドが作成されたとき。
createdTimeUtc?: string
プロパティ値
string
hostname
静的サイト ビルドのホスト名。
hostname?: string
プロパティ値
string
lastUpdatedOn
このビルドが更新されたとき。
lastUpdatedOn?: string
プロパティ値
string
pullRequestTitle
静的サイト ビルドが関連付けられているプル要求のタイトル。
pullRequestTitle?: string
プロパティ値
string
sourceBranch
ソース ブランチ。
sourceBranch?: string
プロパティ値
string
status
静的サイト ビルドの状態。
status?: "Failed" | "Deleting" | "Ready" | "WaitingForDeployment" | "Uploading" | "Deploying" | "Detached"
プロパティ値
"Failed" | "Deleting" | "Ready" | "WaitingForDeployment" | "Uploading" | "Deploying" | "Detached"
userProvidedFunctionApps
静的サイト ビルドに登録されているユーザー指定の関数アプリ
userProvidedFunctionApps?: StaticSiteUserProvidedFunctionAppOutput[]