SolutionTypeProperties interface
ソリューションの種類のリソースの定義。
プロパティ
| description | ソリューションの種類の簡単な説明。 |
| solution |
ソリューション設定の配列とその説明。 |
| solution |
ソリューションの種類の名前。 |
| supported |
このソリューションがサポートされている場所。 |
プロパティの詳細
description
ソリューションの種類の簡単な説明。
description?: string
プロパティ値
string
solutionSettings
ソリューション設定の配列とその説明。
solutionSettings?: SolutionTypeSettingsProperties[]
プロパティ値
solutionType
ソリューションの種類の名前。
solutionType?: string
プロパティ値
string
supportedAzureRegions
このソリューションがサポートされている場所。
supportedAzureRegions?: string[]
プロパティ値
string[]