Class LinuxVirtualMachineScaleSetTerminateNotification
Inheritance
System.Object
LinuxVirtualMachineScaleSetTerminateNotification
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetTerminateNotification
Fields
View SourceEnabled
Should the terminate notification be enabled on this Virtual Machine Scale Set? Defaults to false.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| 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 readonly string Timeout
Field Value
| Type | Description |
|---|---|
| System.String |