Compartir a través de


ScheduleOperationsExtensions.Delete (Método) (IScheduleOperations, String, String)

 

Eliminar la programación identificada por el nombre de la programación. (consulte https://aka.ms/azureautomationsdk/scheduleoperations para obtener más información)

Espacio de nombres:   Microsoft.WindowsAzure.Management.Automation
Ensamblado:  Microsoft.WindowsAzure.Management.Automation (en Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxis

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

    Requerido. El nombre de cuenta de automatización.

  • scheduleName
    Type: System.String

    Requerido. El nombre de la programación.

Valor devuelto

Type: Microsoft.Azure.AzureOperationResponse

Una respuesta de servicio estándar, incluidos un código de estado HTTP y un identificador de solicitud.

Vea también

ScheduleOperationsExtensions (Clase)
Microsoft.WindowsAzure.Management.Automation (Espacio de nombres)

Volver al principio