ScheduledEventsProfile 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
ScheduledEventsProfile() |
Initializes a new instance of the ScheduledEventsProfile class. |
ScheduledEventsProfile(TerminateNotificationProfile, OSImageNotificationProfile) |
Initializes a new instance of the ScheduledEventsProfile class. |
ScheduledEventsProfile()
Initializes a new instance of the ScheduledEventsProfile class.
public ScheduledEventsProfile ();
Public Sub New ()
Applies to
ScheduledEventsProfile(TerminateNotificationProfile, OSImageNotificationProfile)
Initializes a new instance of the ScheduledEventsProfile class.
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)
Parameters
- terminateNotificationProfile
- TerminateNotificationProfile
Specifies Terminate Scheduled Event related configurations.
- osImageNotificationProfile
- OSImageNotificationProfile
Specifies OS Image Scheduled Event related configurations.
Applies to
Azure SDK for .NET