NAME

Set-DcsTelemetryStatusHeartbeatInterval

SYNOPSIS

Sets the interval of the telemetry status heartbeat interval.

SYNTAX

Set-DcsTelemetryStatusHeartbeatInterval [-HeartbeatInterval] <TimeSpan> [-PipelineVariable <String>] [<CommonParameters>]

DESCRIPTION

Sets the interval for the telemetry status heartbeat. If the DcsTmy service status is not updated within this interval, it will be set to unknown. We do not recommend changing this value unless explicitly advised by customer support.

PARAMETERS

-HeartbeatInterval<TimeSpan>
The new heartbeat interval in the following format: "0.00:00:00".

Required: true
Position: 1
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false
 
-<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OuTiBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

EXAMPLES


-------------- Example 1 Sets the telemetry status heartbeat interval --------------
Set-DcsTelemetryStatusHeartbeatInterval -HeartbeatInterval "12:00:00"		

Sets the telemetry status heartbeat interval to 12 hours.