Share via


IDeploymentOperations.ListEventsAsync Method (String, String, DateTime, DateTime, CancellationToken)

 

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

Syntax

Task<DeploymentEventListResponse> ListEventsAsync(
    string serviceName,
    string deploymentName,
    DateTime startTime,
    DateTime endTime,
    CancellationToken cancellationToken
)
Task<DeploymentEventListResponse^>^ ListEventsAsync(
    String^ serviceName,
    String^ deploymentName,
    DateTime startTime,
    DateTime endTime,
    CancellationToken cancellationToken
)
abstract ListEventsAsync : 
        serviceName:string *
        deploymentName:string *
        startTime:DateTime *
        endTime:DateTime *
        cancellationToken:CancellationToken -> Task<DeploymentEventListResponse>
Function ListEventsAsync (
    serviceName As String,
    deploymentName As String,
    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