DeploymentOperationsExtensions.ListEventsBySlotAsync 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 Task<DeploymentEventListResponse> ListEventsBySlotAsync(
this IDeploymentOperations operations,
string serviceName,
DeploymentSlot deploymentSlot,
DateTime startTime,
DateTime endTime
)
public:
[ExtensionAttribute]
static Task<DeploymentEventListResponse^>^ ListEventsBySlotAsync(
IDeploymentOperations^ operations,
String^ serviceName,
DeploymentSlot deploymentSlot,
DateTime startTime,
DateTime endTime
)
static member ListEventsBySlotAsync :
operations:IDeploymentOperations *
serviceName:string *
deploymentSlot:DeploymentSlot *
startTime:DateTime *
endTime:DateTime -> Task<DeploymentEventListResponse>
<ExtensionAttribute>
Public Shared Function ListEventsBySlotAsync (
operations As IDeploymentOperations,
serviceName As String,
deploymentSlot As DeploymentSlot,
startTime As Date,
endTime As Date
) As Task(Of DeploymentEventListResponse)
Parameters
- operations
Type: Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations
- serviceName
Type: System.String
- deploymentSlot
Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot
- startTime
Type: System.DateTime
- endTime
Type: System.DateTime
Return Value
Type: System.Threading.Tasks.Task<DeploymentEventListResponse>
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top