Share via


ServicingWindow [SPFSDK][VMMREF]

 

Applies To: Windows Azure Pack

The ServicingWindow type represents a schedule when a service can be serviced.

For more information, see Complex Types

Properties

Name

Type

Nullable

Description

Category

Edm.String

True

A string value describing the category of the service window.

DayOfMonth

Edm.String

True

A specific numbered day of the month. Valid values are 1 through 31, always in string format. Or you may use the string value Last.

DaysToRecur

Edm.Int32

True

The amount of days between service windows. Used by the Daily schedule type.

Description

Edm.String

True

A friendly description of the service window.

MinutesDuration

Edm.Int32

True

The duration of the service window in minutes.

MonthlyScheduleDayOfWeek

Edm.String

True

The day of the week that applies to the service window. Used by the Monthly schedule type. This day is used with the WeekOfMonth property and the MonthsToRecur property. Possible values are

  • Monday

  • Tuesday

  • Wednesday

  • Thursday

  • Friday

  • Saturday

  • Sunday

Instead of spelling out the day, an integer value can be used that specified the day, starting with 1 which is Monday. This integer value is provided in string format.

MonthsToRecur

Edm.Int32

True

The amount of months between service windows. Used by the Monthly schedule type.

Name

Edm.String

True

The name of the service window.

Owner

Edm.String

True

The owner of the service window.

ScheduleType

Edm.String

True

The type of schedule for the service window. Possible values are

  • Daily

  • Weekly

  • Monthly

  • Monthly Relative

StartDate

Edm.DateTime

True

The date the service window should start.

StartTimeOfDay

Edm.String

True

The time of day the service window should start.

TimeZone

Edm.Int32

True

The time zone index from https://go.microsoft.com/fwlink/?LinkId=120935 that

WeeklyScheduleDayOfWeek

Edm.String

True

Specifies the day or days (separated by , or ;)of the week that applies to the service window. Used by the Weekly schedule type. Used with the WeeksToRecur property and StartTimeOfDay property.

  • Monday

  • Tuesday

  • Wednesday

  • Thursday

  • Friday

  • Saturday

  • Sunday

WeekOfMonth

Edm.String

True

The week of the month relative to the day of the month.

  • First

  • Second

  • Third

  • Fourth

  • Last

WeeksToRecur

Edm.Int32

True

The amount of weeks between service windows. Used by the Weekly schedule type.

Entities

Here is a list of entities that use this complex type.

Examples

Here is a list of examples that use this complex type.