ScheduledSynchronizationSetting Constructors
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.
Overloads
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. |
ScheduledSynchronizationSetting()
Initializes a new instance of the ScheduledSynchronizationSetting class.
public ScheduledSynchronizationSetting ();
Public Sub New ()
Applies to
ScheduledSynchronizationSetting(String, DateTime, String, String, SystemData, String, Nullable<DateTime>, String, String)
Initializes a new instance of the ScheduledSynchronizationSetting class.
public ScheduledSynchronizationSetting (string recurrenceInterval, DateTime synchronizationTime, string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, DateTime? createdAt = default, string provisioningState = default, string userName = default);
new Microsoft.Azure.Management.DataShare.Models.ScheduledSynchronizationSetting : string * DateTime * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.DataShare.Models.ScheduledSynchronizationSetting
Public Sub New (recurrenceInterval As String, synchronizationTime As DateTime, Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional userName As String = Nothing)
Parameters
- recurrenceInterval
- String
Recurrence Interval. Possible values include: 'Hour', 'Day'
- synchronizationTime
- DateTime
Synchronization time
- id
- String
The resource id of the azure resource
- name
- String
Name of the azure resource
- systemData
- SystemData
System Data of the Azure resource.
- type
- String
Type of the azure resource
- provisioningState
- String
Gets or sets the provisioning state. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed'
- userName
- String
Name of the user who created the synchronization setting.