ScheduleListResponse Class

Definition

The response model for the list schedule operation.

public class ScheduleListResponse : Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken
type ScheduleListResponse = class
    inherit OperationResponseWithSkipToken
Public Class ScheduleListResponse
Inherits OperationResponseWithSkipToken
Inheritance
Microsoft.Azure.AzureOperationResponse
ScheduleListResponse

Constructors

ScheduleListResponse()

Initializes a new instance of the ScheduleListResponse class.

Properties

NextLink

Optional. Gets or sets the next link.

(Inherited from OperationResponseWithSkipToken)
Schedules

Optional. Gets or sets a list of schedules.

SkipToken

Optional. Gets or sets the skip token.

(Inherited from OperationResponseWithSkipToken)

Applies to