ApplicationProperties Class

Definition

The HDInsight cluster application GET response.

public class ApplicationProperties
type ApplicationProperties = class
Public Class ApplicationProperties
Inheritance
ApplicationProperties

Constructors

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.

Properties

ApplicationState

Gets the application state.

ApplicationType

Gets or sets the application type.

ComputeProfile

Gets or sets the list of roles in the cluster.

CreatedDate

Gets the application create date time.

Errors

Gets or sets the list of errors.

HttpsEndpoints

Gets or sets the list of application HTTPS endpoints.

InstallScriptActions

Gets or sets the list of install script actions.

MarketplaceIdentifier

Gets the marketplace identifier.

PrivateLinkConfigurations

Gets or sets the private link configurations.

ProvisioningState

Gets the provisioning state of the application.

SshEndpoints

Gets or sets the list of application SSH endpoints.

UninstallScriptActions

Gets or sets the list of uninstall script actions.

Applies to