Show / Hide Table of Contents

Class LinuxVirtualMachineScaleSetTerminateNotificationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LinuxVirtualMachineScaleSetTerminateNotificationArgs
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.Compute.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetTerminateNotificationArgs : ResourceArgs

Constructors

View Source

LinuxVirtualMachineScaleSetTerminateNotificationArgs()

Declaration
public LinuxVirtualMachineScaleSetTerminateNotificationArgs()

Properties

View Source

Enabled

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.