HealthReportSendOptions Class
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.
Represents the send options that are applied when sending a HealthReport.
public sealed class HealthReportSendOptions
type HealthReportSendOptions = class
Public NotInheritable Class HealthReportSendOptions
- Inheritance
-
HealthReportSendOptions
Remarks
The report can be sent to the health store using ReportHealth(HealthReport).
Constructors
HealthReportSendOptions() |
Initializes a new instance of the HealthReportSendOptions class. |
Properties
Immediate |
Gets or sets the flag which indicates whether the report should be sent immediately. Defaults to false, in which case the report is sent per the fabric client health report related settings. |
Applies to
Azure SDK for .NET