Show / Hide Table of Contents

Class GlobalVMShutdownScheduleState

Inheritance
System.Object
InputArgs
ResourceArgs
GlobalVMShutdownScheduleState
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 GlobalVMShutdownScheduleState : ResourceArgs

Constructors

View Source

GlobalVMShutdownScheduleState()

Declaration
public GlobalVMShutdownScheduleState()

Properties

View Source

DailyRecurrenceTime

The time each day when the schedule takes effect. Must match the format HHmm where HH is 00-23 and mm is 00-59 (e.g. 0930, 2300, etc.)

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

Enabled

Whether to enable the schedule. Possible values are true and false. Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
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

NotificationSettings

Declaration
public Input<GlobalVMShutdownScheduleNotificationSettingsGetArgs> NotificationSettings { get; set; }
Property Value
Type Description
Input<GlobalVMShutdownScheduleNotificationSettingsGetArgs>
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

Timezone

The time zone ID (e.g. Pacific Standard time). Refer to this guide for a full list of accepted time zone names.

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

VirtualMachineId

The resource ID of the target ARM-based Virtual Machine. Changing this forces a new resource to be created.

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