androidDeviceOwnerSystemUpdateFreezePeriod resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Represents one item in the list of freeze periods for Android Device Owner system updates
Properties
Property | Type | Description |
---|---|---|
startMonth | Int32 | The month of the start date of the freeze period. Valid values 1 to 12 |
startDay | Int32 | The day of the start date of the freeze period. Valid values 1 to 31 |
endMonth | Int32 | The month of the end date of the freeze period. Valid values 1 to 12 |
endDay | Int32 | The day of the end date of the freeze period. Valid values 1 to 31 |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.androidDeviceOwnerSystemUpdateFreezePeriod",
"startMonth": 1024,
"startDay": 1024,
"endMonth": 1024,
"endDay": 1024
}