AppState Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AppState() | |
AppState(Nullable<ApplicationState>) |
AppState()
AppState(Nullable<ApplicationState>)
- Source:
- AppState.cs
public AppState (Microsoft.Azure.HDInsight.Job.Models.ApplicationState? state = default);
new Microsoft.Azure.HDInsight.Job.Models.AppState : Nullable<Microsoft.Azure.HDInsight.Job.Models.ApplicationState> -> Microsoft.Azure.HDInsight.Job.Models.AppState
Public Sub New (Optional state As Nullable(Of ApplicationState) = Nothing)
Parameters
- state
- Nullable<ApplicationState>