HybridRunbookWorkerGroupOperationsExtensions.Delete 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
刪除混合式 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