DeploymentEventListResponse.DeploymentEvents Property

 

Optional. Gets or sets the list of reboot events.

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

Syntax

public IList<RebootEvent> DeploymentEvents { get; set; }
public:
property IList<RebootEvent^>^ DeploymentEvents {
    IList<RebootEvent^>^ get();
    void set(IList<RebootEvent^>^ value);
}
member DeploymentEvents : IList<RebootEvent> with get, set
Public Property DeploymentEvents As IList(Of RebootEvent)

Property Value

Type: System.Collections.Generic.IList<RebootEvent>

See Also

DeploymentEventListResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top