次の方法で共有


HDInsightApplicationProperties クラス

定義

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

アンインストール スクリプト アクションの一覧。

適用対象