Class LinuxVirtualMachineScaleSetTerminateNotificationArgs
Inheritance
System.Object
LinuxVirtualMachineScaleSetTerminateNotificationArgs
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.Compute.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetTerminateNotificationArgs : ResourceArgs
Constructors
View SourceLinuxVirtualMachineScaleSetTerminateNotificationArgs()
Declaration
public LinuxVirtualMachineScaleSetTerminateNotificationArgs()
Properties
View SourceEnabled
Should the terminate notification be enabled on this Virtual Machine Scale Set? Defaults to false.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Timeout
Length of time (in minutes, between 5 and 15) a notification to be sent to the VM on the instance metadata server till the VM gets deleted. The time duration should be specified in ISO 8601 format.
Declaration
public Input<string> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |