共用方式為


HybridRunbookWorkerGroupOperationsExtensions.Delete 方法

定義

刪除混合式 Runbook 背景工作角色群組。 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)

參數

operations
IHybridRunbookWorkerGroupOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountautomationAccountName
String
hybridRunbookWorkerGroupName
String

混合式 Runbook 背景工作角色組名

傳回

Microsoft.Azure.AzureOperationResponse

適用於