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

 

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

Syntax

public static Task<DeploymentEventListResponse> ListEventsAsync(
    this IDeploymentOperations operations,
    string serviceName,
    string deploymentName,
    DateTime startTime,
    DateTime endTime
)
public:
[ExtensionAttribute]
static Task<DeploymentEventListResponse^>^ ListEventsAsync(
    IDeploymentOperations^ operations,
    String^ serviceName,
    String^ deploymentName,
    DateTime startTime,
    DateTime endTime
)
static member ListEventsAsync : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentName:string *
        startTime:DateTime *
        endTime:DateTime -> Task<DeploymentEventListResponse>
<ExtensionAttribute>
Public Shared Function ListEventsAsync (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentName As String,
    startTime As Date,
    endTime As Date
) As Task(Of DeploymentEventListResponse)

Parameters

Return Value

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

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top