Share via


OSImageNotificationProfile Constructors

Definition

Overloads

OSImageNotificationProfile()

Initializes a new instance of the OSImageNotificationProfile class.

OSImageNotificationProfile(String, Nullable<Boolean>)

Initializes a new instance of the OSImageNotificationProfile class.

OSImageNotificationProfile()

Initializes a new instance of the OSImageNotificationProfile class.

public OSImageNotificationProfile ();
Public Sub New ()

Applies to

OSImageNotificationProfile(String, Nullable<Boolean>)

Initializes a new instance of the OSImageNotificationProfile class.

public OSImageNotificationProfile (string notBeforeTimeout = default, bool? enable = default);
new Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile : string * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile
Public Sub New (Optional notBeforeTimeout As String = Nothing, Optional enable As Nullable(Of Boolean) = Nothing)

Parameters

notBeforeTimeout
String

Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)

enable
Nullable<Boolean>

Specifies whether the OS Image Scheduled event is enabled or disabled.

Applies to