SourceControlOperationsExtensions.DeleteAsync Método

Definición

Elimine el control de código fuente. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Parámetros

operations
ISourceControlOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

sourceControlName
String

Nombre del control de código fuente.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a