Freigeben über


ExperimentsOperationsExtensions.DeleteAsync Methode

Definition

Löschen Sie eine Experimentressource.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Chaos.IExperimentsOperations operations, string resourceGroupName, string experimentName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Chaos.IExperimentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IExperimentsOperations, resourceGroupName As String, experimentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IExperimentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Zeichenfolge, die eine Azure-Ressourcengruppe darstellt.

experimentName
String

Zeichenfolge, die einen Experimentressourcennamen darstellt.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: