Sdílet prostřednictvím


ApplicationProperties Constructors

Definition

Overloads

ApplicationProperties()

Initializes a new instance of the ApplicationProperties class.

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

Initializes a new instance of the ApplicationProperties class.

ApplicationProperties()

Initializes a new instance of the ApplicationProperties class.

public ApplicationProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ApplicationProperties class.

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)

Parameters

computeProfile
ComputeProfile

The list of roles in the cluster.

installScriptActions
IList<RuntimeScriptAction>

The list of install script actions.

uninstallScriptActions
IList<RuntimeScriptAction>

The list of uninstall script actions.

httpsEndpoints
IList<ApplicationGetHttpsEndpoint>

The list of application HTTPS endpoints.

sshEndpoints
IList<ApplicationGetEndpoint>

The list of application SSH endpoints.

provisioningState
String

The provisioning state of the application.

applicationType
String

The application type.

applicationState
String

The application state.

errors
IList<Errors>

The list of errors.

createdDate
String

The application create date time.

marketplaceIdentifier
String

The marketplace identifier.

privateLinkConfigurations
IList<PrivateLinkConfiguration>

The private link configurations.

Applies to