Class ScheduledEventsProfile
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class ScheduledEventsProfile
Constructors
ScheduledEventsProfile()
Initializes a new instance of the ScheduledEventsProfile class.
Declaration
public ScheduledEventsProfile ();
ScheduledEventsProfile(TerminateNotificationProfile)
Initializes a new instance of the ScheduledEventsProfile class.
Declaration
public ScheduledEventsProfile (Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile terminateNotificationProfile = null);
Parameters
|
TerminateNotificationProfile
terminateNotificationProfile
Specifies Terminate Scheduled Event related configurations. |
Properties
TerminateNotificationProfile
Gets or sets specifies Terminate Scheduled Event related configurations.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="terminateNotificationProfile")]
public Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile TerminateNotificationProfile { get; set; }
Property Value
|
TerminateNotificationProfile
|