RunbookOperationsExtensions.Delete 方法 (IRunbookOperations, String, String)
按名称删除 runbook。 (请参阅 https://aka.ms/azureautomationsdk/runbookoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public static AzureOperationResponse Delete(
this IRunbookOperations operations,
string automationAccount,
string runbookName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
IRunbookOperations^ operations,
String^ automationAccount,
String^ runbookName
)
static member Delete :
operations:IRunbookOperations *
automationAccount:string *
runbookName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
operations As IRunbookOperations,
automationAccount As String,
runbookName As String
) As AzureOperationResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookOperations对 Microsoft.WindowsAzure.Management.Automation.IRunbookOperations 引用。
automationAccount
Type: System.String必需。 自动管理帐户名称。
runbookName
Type: System.String必需。 Runbook 名称中。
返回值
Type: Microsoft.Azure.AzureOperationResponse
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
RunbookOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首