次の方法で共有


StaticSiteOutput interface

静的サイト。

プロパティ

allowConfigFileUpdates

この静的 Web アプリに対して構成ファイルがロックされているかどうかを false します。それ以外の場合は、trueします。

branch

リポジトリ内のターゲット ブランチ。

buildProperties

リポジトリで構成するプロパティをビルドします。

contentDistributionEndpoint

静的サイトのコンテンツ配布エンドポイント。

customDomains

この静的サイトに関連付けられているカスタム ドメイン。

defaultHostname

静的サイトの既定の自動生成されたホスト名。

enterpriseGradeCdnStatus

静的 Web アプリへのトラフィックを提供するエンタープライズ グレードの CDN の状態を示す状態。

keyVaultReferenceIdentity

Key Vault 参照認証に使用する ID。

privateEndpointConnections

プライベート エンドポイント接続

provider

静的サイトのプライマリ環境に最後の展開を送信したプロバイダー。

repositoryToken

ユーザーの github リポジトリ トークン。 これは、Github Actions ワークフロー ファイルと API シークレットを設定するために使用されます。

repositoryUrl

静的サイトのリポジトリの URL。

stagingEnvironmentPolicy

ステージング環境が静的 Web アプリに対して許可されているかどうかを示す状態。

templateProperties

新しいリポジトリを生成するためのテンプレート オプション。

userProvidedFunctionApps

静的サイトに登録されているユーザー指定の関数アプリ

プロパティの詳細

allowConfigFileUpdates

この静的 Web アプリに対して構成ファイルがロックされているかどうかを false します。それ以外の場合は、trueします。

allowConfigFileUpdates?: boolean

プロパティ値

boolean

branch

リポジトリ内のターゲット ブランチ。

branch?: string

プロパティ値

string

buildProperties

リポジトリで構成するプロパティをビルドします。

buildProperties?: StaticSiteBuildPropertiesOutput

プロパティ値

contentDistributionEndpoint

静的サイトのコンテンツ配布エンドポイント。

contentDistributionEndpoint?: string

プロパティ値

string

customDomains

この静的サイトに関連付けられているカスタム ドメイン。

customDomains?: string[]

プロパティ値

string[]

defaultHostname

静的サイトの既定の自動生成されたホスト名。

defaultHostname?: string

プロパティ値

string

enterpriseGradeCdnStatus

静的 Web アプリへのトラフィックを提供するエンタープライズ グレードの CDN の状態を示す状態。

enterpriseGradeCdnStatus?: "Disabled" | "Enabled" | "Enabling" | "Disabling"

プロパティ値

"Disabled" | "Enabled" | "Enabling" | "Disabling"

keyVaultReferenceIdentity

Key Vault 参照認証に使用する ID。

keyVaultReferenceIdentity?: string

プロパティ値

string

privateEndpointConnections

プライベート エンドポイント接続

privateEndpointConnections?: ResponseMessageEnvelopeRemotePrivateEndpointConnectionOutput[]

プロパティ値

provider

静的サイトのプライマリ環境に最後の展開を送信したプロバイダー。

provider?: string

プロパティ値

string

repositoryToken

ユーザーの github リポジトリ トークン。 これは、Github Actions ワークフロー ファイルと API シークレットを設定するために使用されます。

repositoryToken?: string

プロパティ値

string

repositoryUrl

静的サイトのリポジトリの URL。

repositoryUrl?: string

プロパティ値

string

stagingEnvironmentPolicy

ステージング環境が静的 Web アプリに対して許可されているかどうかを示す状態。

stagingEnvironmentPolicy?: "Disabled" | "Enabled"

プロパティ値

"Disabled" | "Enabled"

templateProperties

新しいリポジトリを生成するためのテンプレート オプション。

templateProperties?: StaticSiteTemplateOptionsOutput

プロパティ値

userProvidedFunctionApps

静的サイトに登録されているユーザー指定の関数アプリ

userProvidedFunctionApps?: StaticSiteUserProvidedFunctionAppOutput[]

プロパティ値