Share via


IDeploymentOperations.ListEventsBySlotAsync Method (String, DeploymentSlot, DateTime, DateTime, CancellationToken)

 

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

Task<DeploymentEventListResponse> ListEventsBySlotAsync(
    string serviceName,
    DeploymentSlot deploymentSlot,
    DateTime startTime,
    DateTime endTime,
    CancellationToken cancellationToken
)
Task<DeploymentEventListResponse^>^ ListEventsBySlotAsync(
    String^ serviceName,
    DeploymentSlot deploymentSlot,
    DateTime startTime,
    DateTime endTime,
    CancellationToken cancellationToken
)
abstract ListEventsBySlotAsync : 
        serviceName:string *
        deploymentSlot:DeploymentSlot *
        startTime:DateTime *
        endTime:DateTime *
        cancellationToken:CancellationToken -> Task<DeploymentEventListResponse>
Function ListEventsBySlotAsync (
    serviceName As String,
    deploymentSlot As DeploymentSlot,
    startTime As Date,
    endTime As Date,
    cancellationToken As CancellationToken
) As Task(Of DeploymentEventListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<DeploymentEventListResponse>

See Also

IDeploymentOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top