Freigeben über


ScheduledEventsProfile Konstruktoren

Definition

Überlädt

ScheduledEventsProfile()

Initialisiert eine neue instance der ScheduledEventsProfile-Klasse.

ScheduledEventsProfile(TerminateNotificationProfile, OSImageNotificationProfile)

Initialisiert eine neue instance der ScheduledEventsProfile-Klasse.

ScheduledEventsProfile()

Initialisiert eine neue instance der ScheduledEventsProfile-Klasse.

public ScheduledEventsProfile();
Public Sub New ()

Gilt für:

ScheduledEventsProfile(TerminateNotificationProfile, OSImageNotificationProfile)

Initialisiert eine neue instance der ScheduledEventsProfile-Klasse.

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)

Parameter

terminateNotificationProfile
TerminateNotificationProfile

Gibt Konfigurationen im Zusammenhang mit geplanten Terminereignissen an.

osImageNotificationProfile
OSImageNotificationProfile

Gibt konfigurationen im Zusammenhang mit dem geplanten Ereignis des Betriebssystemimages an.

Gilt für: