次の方法で共有


ApplicationProperties コンストラクター

定義

オーバーロード

ApplicationProperties()

ApplicationProperties クラスの新しいインスタンスを初期化します。

ApplicationProperties(ComputeProfile, IList<RuntimeScriptAction>, IList<RuntimeScriptAction>, IList<ApplicationGetHttpsEndpoint>, IList<ApplicationGetEndpoint>, String, String, String, IList<Errors>, String, String, IList<PrivateLinkConfiguration>)

ApplicationProperties クラスの新しいインスタンスを初期化します。

ApplicationProperties()

ApplicationProperties クラスの新しいインスタンスを初期化します。

public ApplicationProperties ();
Public Sub New ()

適用対象

ApplicationProperties(ComputeProfile, IList<RuntimeScriptAction>, IList<RuntimeScriptAction>, IList<ApplicationGetHttpsEndpoint>, IList<ApplicationGetEndpoint>, String, String, String, IList<Errors>, String, String, IList<PrivateLinkConfiguration>)

ApplicationProperties クラスの新しいインスタンスを初期化します。

public ApplicationProperties (Microsoft.Azure.Management.HDInsight.Models.ComputeProfile computeProfile = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> installScriptActions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> uninstallScriptActions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ApplicationGetHttpsEndpoint> httpsEndpoints = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ApplicationGetEndpoint> sshEndpoints = default, string provisioningState = default, string applicationType = default, string applicationState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Errors> errors = default, string createdDate = default, string marketplaceIdentifier = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration> privateLinkConfigurations = default);
new Microsoft.Azure.Management.HDInsight.Models.ApplicationProperties : Microsoft.Azure.Management.HDInsight.Models.ComputeProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ApplicationGetHttpsEndpoint> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ApplicationGetEndpoint> * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Errors> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration> -> Microsoft.Azure.Management.HDInsight.Models.ApplicationProperties
Public Sub New (Optional computeProfile As ComputeProfile = Nothing, Optional installScriptActions As IList(Of RuntimeScriptAction) = Nothing, Optional uninstallScriptActions As IList(Of RuntimeScriptAction) = Nothing, Optional httpsEndpoints As IList(Of ApplicationGetHttpsEndpoint) = Nothing, Optional sshEndpoints As IList(Of ApplicationGetEndpoint) = Nothing, Optional provisioningState As String = Nothing, Optional applicationType As String = Nothing, Optional applicationState As String = Nothing, Optional errors As IList(Of Errors) = Nothing, Optional createdDate As String = Nothing, Optional marketplaceIdentifier As String = Nothing, Optional privateLinkConfigurations As IList(Of PrivateLinkConfiguration) = Nothing)

パラメーター

computeProfile
ComputeProfile

クラスター内のロールの一覧。

installScriptActions
IList<RuntimeScriptAction>

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

uninstallScriptActions
IList<RuntimeScriptAction>

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

httpsEndpoints
IList<ApplicationGetHttpsEndpoint>

アプリケーション HTTPS エンドポイントの一覧。

sshEndpoints
IList<ApplicationGetEndpoint>

アプリケーション SSH エンドポイントの一覧。

provisioningState
String

アプリケーションのプロビジョニング状態。

applicationType
String

アプリケーションの種類。

applicationState
String

アプリケーションの状態。

errors
IList<Errors>

エラーのリスト。

createdDate
String

アプリケーションの作成日時。

marketplaceIdentifier
String

Marketplace 識別子。

privateLinkConfigurations
IList<PrivateLinkConfiguration>

プライベート リンクの構成。

適用対象