AppResourceGroupStateReport
AppResourceGroupStateReport
AppResourceGroupStateReport
AppResourceGroupStateReport
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Provides information, such as the execution state and energy quota usage, for a resource group.
public : sealed class AppResourceGroupStateReport : IAppResourceGroupStateReportpublic sealed class AppResourceGroupStateReport : IAppResourceGroupStateReportPublic NotInheritable Class AppResourceGroupStateReport Implements IAppResourceGroupStateReport// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
| Capabilities |
appDiagnostics
|
Properties
EnergyQuotaState EnergyQuotaState EnergyQuotaState EnergyQuotaState
Prerelease. Gets the energy quota state of the resource group, such as whether it is under quota or over quota.
public : AppResourceGroupEnergyQuotaState EnergyQuotaState { get; }public AppResourceGroupEnergyQuotaState EnergyQuotaState { get; }Public ReadOnly Property EnergyQuotaState As AppResourceGroupEnergyQuotaState// You can use this property in JavaScript.
- Value
- AppResourceGroupEnergyQuotaState AppResourceGroupEnergyQuotaState AppResourceGroupEnergyQuotaState AppResourceGroupEnergyQuotaState
The energy quota state.
Additional features and requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
| Capabilities |
appDiagnostics
|
ExecutionState ExecutionState ExecutionState ExecutionState
Prerelease. Gets the execution state of the resource group, such as whether it is suspended, running, and so on.
public : AppResourceGroupExecutionState ExecutionState { get; }public AppResourceGroupExecutionState ExecutionState { get; }Public ReadOnly Property ExecutionState As AppResourceGroupExecutionState// You can use this property in JavaScript.
- Value
- AppResourceGroupExecutionState AppResourceGroupExecutionState AppResourceGroupExecutionState AppResourceGroupExecutionState
The execution state.
Additional features and requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
| Capabilities |
appDiagnostics
|