ScheduledSynchronizationSetting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A type of synchronization setting based on schedule
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ScheduleBased")]
public class ScheduledSynchronizationSetting : Microsoft.Azure.Management.DataShare.Models.SynchronizationSetting
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ScheduleBased")>]
type ScheduledSynchronizationSetting = class
inherit SynchronizationSetting
Public Class ScheduledSynchronizationSetting
Inherits SynchronizationSetting
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ScheduledSynchronizationSetting() |
Initializes a new instance of the ScheduledSynchronizationSetting class. |
ScheduledSynchronizationSetting(String, DateTime, String, String, SystemData, String, Nullable<DateTime>, String, String) |
Initializes a new instance of the ScheduledSynchronizationSetting class. |
Properties
CreatedAt |
Gets time at which the synchronization setting was created. |
Id |
Gets the resource id of the azure resource (Inherited from ProxyDto) |
Name |
Gets name of the azure resource (Inherited from ProxyDto) |
ProvisioningState |
Gets or sets the provisioning state. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed' |
RecurrenceInterval |
Gets or sets recurrence Interval. Possible values include: 'Hour', 'Day' |
SynchronizationTime |
Gets or sets synchronization time |
SystemData |
Gets system Data of the Azure resource. (Inherited from ProxyDto) |
Type |
Gets type of the azure resource (Inherited from ProxyDto) |
UserName |
Gets name of the user who created the synchronization setting. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET