ScheduleListResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |