你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChaosExperimentExecutionCollection.Get(String, CancellationToken) Method

Definition

Get an execution of an Experiment resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executions/{executionId}
  • Operation Id: Experiments_GetExecution
  • Default Api Version: 2024-01-01
  • Resource: ChaosExperimentExecutionResource
public virtual Azure.Response<Azure.ResourceManager.Chaos.ChaosExperimentExecutionResource> Get (string executionId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Chaos.ChaosExperimentExecutionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Chaos.ChaosExperimentExecutionResource>
Public Overridable Function Get (executionId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ChaosExperimentExecutionResource)

Parameters

executionId
String

GUID that represents a Experiment execution detail.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

executionId is an empty string, and was expected to be non-empty.

executionId is null.

Applies to