Freigeben über


OSImageNotificationProfile Konstruktoren

Definition

Überlädt

OSImageNotificationProfile()

Initialisiert eine neue instance der OSImageNotificationProfile-Klasse.

OSImageNotificationProfile(String, Nullable<Boolean>)

Initialisiert eine neue instance der OSImageNotificationProfile-Klasse.

OSImageNotificationProfile()

Initialisiert eine neue instance der OSImageNotificationProfile-Klasse.

public OSImageNotificationProfile ();
Public Sub New ()

Gilt für:

OSImageNotificationProfile(String, Nullable<Boolean>)

Initialisiert eine neue instance der OSImageNotificationProfile-Klasse.

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)

Parameter

notBeforeTimeout
String

Die Dauer der Zeit, für die ein virtueller Computer neu erstellt oder das Betriebssystem aktualisiert wird, muss möglicherweise das geplante Ereignis des Betriebssystemimages genehmigen, bevor das Ereignis automatisch genehmigt wird (Timeout). Die Konfiguration wird im ISO 8601-Format angegeben, und der Wert muss 15 Minuten (PT15M) betragen.

enable
Nullable<Boolean>

Gibt an, ob das Ereignis "Betriebssystemabbild geplant" aktiviert oder deaktiviert ist.

Gilt für: