OSImageNotificationProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Applies to
Azure SDK for .NET