SourceControlOperationsExtensions.Delete Method

Definition

public static void Delete (this Microsoft.Azure.Management.Automation.ISourceControlOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName);
static member Delete : Microsoft.Azure.Management.Automation.ISourceControlOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ISourceControlOperations, resourceGroupName As String, automationAccountName As String, sourceControlName As String)

Parameters

operations
ISourceControlOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

sourceControlName
String

The name of source control.

Applies to