ScheduleOperationsExtensions.Delete Method (IScheduleOperations, String, String)
Delete the schedule identified by schedule name. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static AzureOperationResponse Delete(
this IScheduleOperations operations,
string automationAccount,
string scheduleName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
IScheduleOperations^ operations,
String^ automationAccount,
String^ scheduleName
)
static member Delete :
operations:IScheduleOperations *
automationAccount:string *
scheduleName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
operations As IScheduleOperations,
automationAccount As String,
scheduleName As String
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IScheduleOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
automationAccount
Type: System.StringRequired. The automation account name.
scheduleName
Type: System.StringRequired. The schedule name.
Return Value
Type: Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
ScheduleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top