EndpointDeploymentPropertiesBase interface

エンドポイント展開の基本定義。

プロパティ

codeConfiguration

エンドポイントデプロイのコード構成。

description

エンドポイントのデプロイの説明。

environmentId

エンドポイントデプロイの環境仕様の ARM リソース ID または AssetId。

environmentVariables

デプロイの環境変数の構成。

properties

プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。

プロパティの詳細

codeConfiguration

エンドポイントデプロイのコード構成。

codeConfiguration?: CodeConfiguration

プロパティ値

description

エンドポイントのデプロイの説明。

description?: string

プロパティ値

string

environmentId

エンドポイントデプロイの環境仕様の ARM リソース ID または AssetId。

environmentId?: string

プロパティ値

string

environmentVariables

デプロイの環境変数の構成。

environmentVariables?: Record<string, string>

プロパティ値

Record<string, string>

properties

プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。

properties?: Record<string, string>

プロパティ値

Record<string, string>