Interface AzureReachabilityReport.DefinitionStages.WithStartTime
-
- All Known Subinterfaces:
AzureReachabilityReport.Definition
- Enclosing interface:
- AzureReachabilityReport.DefinitionStages
public static interface AzureReachabilityReport.DefinitionStages.WithStartTimeSets the start time for the Azure reachability report.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureReachabilityReport.DefinitionStages.WithEndTimewithStartTime(OffsetDateTime startTime)
-
-
-
Method Detail
-
withStartTime
AzureReachabilityReport.DefinitionStages.WithEndTime withStartTime(OffsetDateTime startTime)
- Parameters:
startTime- the start time for the Azure reachability report- Returns:
- the next stage of the definition
-
-