ScheduledEventsProfile Constructors

Definition

Overloads

ScheduledEventsProfile()

Initializes a new instance of the ScheduledEventsProfile class.

ScheduledEventsProfile(TerminateNotificationProfile)

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)

Initializes a new instance of the ScheduledEventsProfile class.

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

Parameters

terminateNotificationProfile
TerminateNotificationProfile

Specifies Terminate Scheduled Event related configurations.

Applies to