Share via


DeploymentOperationsExtensions.ListEventsBySlot Method (IDeploymentOperations, String, DeploymentSlot, DateTime, DateTime)

 

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

Syntax

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