Show / Hide Table of Contents

Class ScheduleState

Inheritance
System.Object
InputArgs
ResourceArgs
ScheduleState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScheduleState : ResourceArgs

Constructors

View Source

ScheduleState()

Declaration
public ScheduleState()

Properties

View Source

DailyRecurrence

Declaration
public Input<ScheduleDailyRecurrenceGetArgs> DailyRecurrence { get; set; }
Property Value
Type Description
Input<ScheduleDailyRecurrenceGetArgs>
View Source

HourlyRecurrence

Declaration
public Input<ScheduleHourlyRecurrenceGetArgs> HourlyRecurrence { get; set; }
Property Value
Type Description
Input<ScheduleHourlyRecurrenceGetArgs>
View Source

LabName

The name of the dev test lab. Changing this forces a new resource to be created.

Declaration
public Input<string> LabName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Location

The location where the schedule is created. Changing this forces a new resource to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the dev test lab schedule. Valid value for name depends on the task_type. For instance for task_type LabVmsStartupTask the name needs to be LabVmAutoStart.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NotificationSettings

Declaration
public Input<ScheduleNotificationSettingsGetArgs> NotificationSettings { get; set; }
Property Value
Type Description
Input<ScheduleNotificationSettingsGetArgs>
View Source

ResourceGroupName

The name of the resource group in which to create the dev test lab schedule. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

The status of this schedule. Possible values are Enabled and Disabled. Defaults to Disabled.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

TaskType

The task type of the schedule. Possible values include LabVmsShutdownTask and LabVmAutoStart.

Declaration
public Input<string> TaskType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TimeZoneId

The time zone ID (e.g. Pacific Standard time).

Declaration
public Input<string> TimeZoneId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WeeklyRecurrence

Declaration
public Input<ScheduleWeeklyRecurrenceGetArgs> WeeklyRecurrence { get; set; }
Property Value
Type Description
Input<ScheduleWeeklyRecurrenceGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.