Compartilhar via


Método ScheduleOperationsExtensions.Delete (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 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

Parâmetros

  • automationAccount
    Type: System.String

    Obrigatório. O nome da conta de automação.

  • scheduleName
    Type: System.String

    Obrigatório. O nome da agenda.

Valor de retorno

Type: Microsoft.Azure.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