ScheduledEventsProfile Constructors

Definition

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