HDInsightApplicationProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HDInsight クラスター アプリケーションの GET 応答。
public class HDInsightApplicationProperties
type HDInsightApplicationProperties = class
Public Class HDInsightApplicationProperties
- 継承
-
HDInsightApplicationProperties
コンストラクター
HDInsightApplicationProperties() |
HDInsightApplicationProperties の新しいインスタンスを初期化します。 |
プロパティ
ApplicationState |
アプリケーションの状態。 |
ApplicationType |
アプリケーションの種類。 |
ComputeRoles |
クラスター内のロールの一覧。 |
CreatedOn |
アプリケーションの作成日時。 |
Errors |
エラーのリスト。 |
HttpsEndpoints |
アプリケーション HTTPS エンドポイントの一覧。 |
InstallScriptActions |
インストール スクリプト アクションの一覧。 |
MarketplaceIdentifier |
Marketplace 識別子。 |
PrivateLinkConfigurations |
プライベート リンクの構成。 |
ProvisioningState |
アプリケーションのプロビジョニング状態。 |
SshEndpoints |
アプリケーション SSH エンドポイントの一覧。 |
UninstallScriptActions |
アンインストール スクリプト アクションの一覧。 |