ScheduledEventsProfile Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET