ScheduledEventsProfile Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. ScheduledEventsProfile
- com.
Implements
public final class ScheduledEventsProfile
implements JsonSerializable<ScheduledEventsProfile>
The ScheduledEventsProfile model.
Constructor Summary
Constructor | Description |
---|---|
ScheduledEventsProfile() |
Creates an instance of Scheduled |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Scheduled |
fromJson(JsonReader jsonReader)
Reads an instance of Scheduled |
OSImage |
osImageNotificationProfile()
Get the os |
Terminate |
terminateNotificationProfile()
Get the terminate |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Scheduled |
withOsImageNotificationProfile(OSImageNotificationProfile osImageNotificationProfile)
Set the os |
Scheduled |
withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile)
Set the terminate |
Methods inherited from java.lang.Object
Constructor Details
ScheduledEventsProfile
public ScheduledEventsProfile()
Creates an instance of ScheduledEventsProfile class.
Method Details
fromJson
public static ScheduledEventsProfile fromJson(JsonReader jsonReader)
Reads an instance of ScheduledEventsProfile from the JsonReader.
Parameters:
Returns:
Throws:
osImageNotificationProfile
public OSImageNotificationProfile osImageNotificationProfile()
Get the osImageNotificationProfile property: Specifies OS Image Scheduled Event related configurations.
Returns:
terminateNotificationProfile
public TerminateNotificationProfile terminateNotificationProfile()
Get the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOsImageNotificationProfile
public ScheduledEventsProfile withOsImageNotificationProfile(OSImageNotificationProfile osImageNotificationProfile)
Set the osImageNotificationProfile property: Specifies OS Image Scheduled Event related configurations.
Parameters:
Returns:
withTerminateNotificationProfile
public ScheduledEventsProfile withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile)
Set the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.
Parameters:
Returns:
Applies to
Azure SDK for Java