FabricClient.TestManagementClient.GetChaosScheduleAsync Method
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.
Gets the description of the Chaos schedule.
public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosScheduleDescription> GetChaosScheduleAsync (TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetChaosScheduleAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosScheduleDescription>
Public Function GetChaosScheduleAsync (operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ChaosScheduleDescription)
Parameters
- operationTimeout
- TimeSpan
The overall timeout for the operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
A description of the Chaos schedule.
Exceptions
Action took more than its allocated time.
Any of the required arguments are null.
Remarks
The FaultAnalysisService must be enabled to use this API.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET