Freigeben über


HybridRunbookWorkerGroupOperationsExtensions.Delete Methode

Definition

Löschen Sie eine Hybrid Runbook Workergruppe. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

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

Parameter

operations
IHybridRunbookWorkerGroupOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountautomationAccountName
String
hybridRunbookWorkerGroupName
String

Der Name der Hybrid runbook Workergruppe

Gibt zurück

Microsoft.Azure.AzureOperationResponse

Gilt für: