ApplicationProperties interface
HDInsight クラスター アプリケーションの GET 応答。
プロパティ
application |
アプリケーションの状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
application |
アプリケーションの種類。 |
compute |
クラスター内のロールの一覧。 |
created |
アプリケーションの作成日時。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
errors | エラーのリスト。 |
https |
アプリケーション HTTPS エンドポイントの一覧。 |
install |
インストール スクリプト アクションの一覧。 |
marketplace |
マーケットプレース識別子。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
private |
プライベート リンクの構成。 |
provisioning |
アプリケーションのプロビジョニング状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
ssh |
アプリケーション SSH エンドポイントの一覧。 |
uninstall |
アンインストール スクリプト アクションの一覧。 |
プロパティの詳細
applicationState
アプリケーションの状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
applicationState?: string
プロパティ値
string
applicationType
アプリケーションの種類。
applicationType?: string
プロパティ値
string
computeProfile
createdDate
アプリケーションの作成日時。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
createdDate?: string
プロパティ値
string
errors
httpsEndpoints
アプリケーション HTTPS エンドポイントの一覧。
httpsEndpoints?: ApplicationGetHttpsEndpoint[]
プロパティ値
installScriptActions
marketplaceIdentifier
マーケットプレース識別子。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
marketplaceIdentifier?: string
プロパティ値
string
privateLinkConfigurations
プライベート リンクの構成。
privateLinkConfigurations?: PrivateLinkConfiguration[]
プロパティ値
provisioningState
アプリケーションのプロビジョニング状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
provisioningState?: string
プロパティ値
string
sshEndpoints
uninstallScriptActions
アンインストール スクリプト アクションの一覧。
uninstallScriptActions?: RuntimeScriptAction[]