Share via


DeploymentOperationsExtensions.ListEvents 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 DeploymentEventListResponse ListEvents(
    this IDeploymentOperations operations,
    string serviceName,
    string deploymentName,
    DateTime startTime,
    DateTime endTime
)
public:
[ExtensionAttribute]
static DeploymentEventListResponse^ ListEvents(
    IDeploymentOperations^ operations,
    String^ serviceName,
    String^ deploymentName,
    DateTime startTime,
    DateTime endTime
)
static member ListEvents : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentName:string *
        startTime:DateTime *
        endTime:DateTime -> DeploymentEventListResponse
<ExtensionAttribute>
Public Shared Function ListEvents (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentName As String,
    startTime As Date,
    endTime As Date
) As DeploymentEventListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top