Show / Hide Table of Contents

Class MaintenanceWindowSchedule

MaintenanceWindow Information for Schedule.

Inheritance
object
Schedule
MaintenanceWindowSchedule
Inherited Members
Schedule.ExecutionStartdate
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class MaintenanceWindowSchedule : Schedule

Properties

MaintenanceWindowId

Declaration
[Required(ErrorMessage = "MaintenanceWindowId is required.")]
[JsonProperty(PropertyName = "maintenanceWindowId")]
public string MaintenanceWindowId { get; set; }
Property Value
Type Description
string

Provide MaintenanceWindowId

Remarks

Required

In this article
Back to top