GetScheduledSynchronizationSettingResult

data class GetScheduledSynchronizationSettingResult(val azureApiVersion: String, val createdAt: String, val id: String, val kind: String, val name: String, val provisioningState: String, val recurrenceInterval: String, val synchronizationTime: String, val systemData: SystemDataResponse, val type: String, val userName: String)

A type of synchronization setting based on schedule

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdAt: String, id: String, kind: String, name: String, provisioningState: String, recurrenceInterval: String, synchronizationTime: String, systemData: SystemDataResponse, type: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Time at which the synchronization setting was created.

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

Kind of synchronization setting. Expected value is 'ScheduleBased'.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

Gets or sets the provisioning state

Link copied to clipboard

Recurrence Interval

Link copied to clipboard

Synchronization time

Link copied to clipboard

System Data of the Azure resource.

Link copied to clipboard

Type of the azure resource

Link copied to clipboard

Name of the user who created the synchronization setting.