Class GlobalVMShutdownScheduleState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GlobalVMShutdownScheduleState : ResourceArgs
Constructors
View SourceGlobalVMShutdownScheduleState()
Declaration
public GlobalVMShutdownScheduleState()
Properties
View SourceDailyRecurrenceTime
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> |
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> |
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> |
NotificationSettings
Declaration
public Input<GlobalVMShutdownScheduleNotificationSettingsGetArgs> NotificationSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GlobalVMShutdownScheduleNotificationSettingsGetArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
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> |
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> |