ApplicationProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
アプリケーションの状態。
- createdDate
- String
アプリケーションの作成日時。
- marketplaceIdentifier
- String
Marketplace 識別子。
- privateLinkConfigurations
- IList<PrivateLinkConfiguration>
プライベート リンクの構成。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET