Partager via


ScheduledEventsProfile Constructeurs

Définition

Surcharges

ScheduledEventsProfile()

Initialise une nouvelle instance de la classe ScheduledEventsProfile.

ScheduledEventsProfile(TerminateNotificationProfile, OSImageNotificationProfile)

Initialise une nouvelle instance de la classe ScheduledEventsProfile.

ScheduledEventsProfile()

Initialise une nouvelle instance de la classe ScheduledEventsProfile.

public ScheduledEventsProfile ();
Public Sub New ()

S’applique à

ScheduledEventsProfile(TerminateNotificationProfile, OSImageNotificationProfile)

Initialise une nouvelle instance de la classe ScheduledEventsProfile.

public ScheduledEventsProfile (Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile terminateNotificationProfile = default, Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile osImageNotificationProfile = default);
new Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile : Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile * Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile -> Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile
Public Sub New (Optional terminateNotificationProfile As TerminateNotificationProfile = Nothing, Optional osImageNotificationProfile As OSImageNotificationProfile = Nothing)

Paramètres

terminateNotificationProfile
TerminateNotificationProfile

Spécifie Terminer les configurations liées aux événements planifiés.

osImageNotificationProfile
OSImageNotificationProfile

Spécifie les configurations liées aux événements planifiés de l’image de système d’exploitation.

S’applique à