次の方法で共有


HybridRunbookWorkerGroupOperationsExtensions.Delete メソッド

定義

ハイブリッド Runbook worker グループを削除します。 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

Hybrid Runbook worker グループ名

戻り値

Microsoft.Azure.AzureOperationResponse

適用対象