Método ScheduleOperationsExtensions.DeleteAsync (IScheduleOperations, String, String)
Exclua a agenda identificada pelo nome da agenda. (consulte https://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static Task<AzureOperationResponse> DeleteAsync(
this IScheduleOperations operations,
string automationAccount,
string scheduleName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ DeleteAsync(
IScheduleOperations^ operations,
String^ automationAccount,
String^ scheduleName
)
static member DeleteAsync :
operations:IScheduleOperations *
automationAccount:string *
scheduleName:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
operations As IScheduleOperations,
automationAccount As String,
scheduleName As String
) As Task(Of AzureOperationResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IScheduleOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
scheduleName
Type: System.StringObrigatório. O nome da agenda.
Valor de retorno
Type: System.Threading.Tasks.Task<AzureOperationResponse>
Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.
Consulte também
Classe ScheduleOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo