Udostępnij za pośrednictwem


ArmHDInsightModelFactory.HDInsightApplicationProperties Method

Definition

Initializes a new instance of HDInsightApplicationProperties.

public static Azure.ResourceManager.HDInsight.Models.HDInsightApplicationProperties HDInsightApplicationProperties (System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightClusterRole> computeRoles = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction> installScriptActions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction> uninstallScriptActions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightApplicationHttpsEndpoint> httpsEndpoints = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightApplicationEndpoint> sshEndpoints = default, string provisioningState = default, string applicationType = default, string applicationState = default, System.Collections.Generic.IEnumerable<Azure.ResponseError> errors = default, DateTimeOffset? createdOn = default, string marketplaceIdentifier = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkConfiguration> privateLinkConfigurations = default);
static member HDInsightApplicationProperties : seq<Azure.ResourceManager.HDInsight.Models.HDInsightClusterRole> * seq<Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction> * seq<Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightApplicationHttpsEndpoint> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightApplicationEndpoint> * string * string * string * seq<Azure.ResponseError> * Nullable<DateTimeOffset> * string * seq<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkConfiguration> -> Azure.ResourceManager.HDInsight.Models.HDInsightApplicationProperties
Public Shared Function HDInsightApplicationProperties (Optional computeRoles As IEnumerable(Of HDInsightClusterRole) = Nothing, Optional installScriptActions As IEnumerable(Of RuntimeScriptAction) = Nothing, Optional uninstallScriptActions As IEnumerable(Of RuntimeScriptAction) = Nothing, Optional httpsEndpoints As IEnumerable(Of HDInsightApplicationHttpsEndpoint) = Nothing, Optional sshEndpoints As IEnumerable(Of HDInsightApplicationEndpoint) = Nothing, Optional provisioningState As String = Nothing, Optional applicationType As String = Nothing, Optional applicationState As String = Nothing, Optional errors As IEnumerable(Of ResponseError) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional marketplaceIdentifier As String = Nothing, Optional privateLinkConfigurations As IEnumerable(Of HDInsightPrivateLinkConfiguration) = Nothing) As HDInsightApplicationProperties

Parameters

computeRoles
IEnumerable<HDInsightClusterRole>

The list of roles in the cluster.

installScriptActions
IEnumerable<RuntimeScriptAction>

The list of install script actions.

uninstallScriptActions
IEnumerable<RuntimeScriptAction>

The list of uninstall script actions.

httpsEndpoints
IEnumerable<HDInsightApplicationHttpsEndpoint>

The list of application HTTPS endpoints.

sshEndpoints
IEnumerable<HDInsightApplicationEndpoint>

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
IEnumerable<ResponseError>

The list of errors.

createdOn
Nullable<DateTimeOffset>

The application create date time.

marketplaceIdentifier
String

The marketplace identifier.

privateLinkConfigurations
IEnumerable<HDInsightPrivateLinkConfiguration>

The private link configurations.

Returns

A new HDInsightApplicationProperties instance for mocking.

Applies to