Show / Hide Table of Contents

Class ScheduleWeeklyRecurrence

Inheritance
System.Object
ScheduleWeeklyRecurrence
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DevTest.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScheduleWeeklyRecurrence

Fields

View Source

Time

The time when the schedule takes effect.

Declaration
public readonly string Time
Field Value
Type Description
System.String
View Source

WeekDays

A list of days that this schedule takes effect . Possible values include Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday.

Declaration
public readonly ImmutableArray<string> WeekDays
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.