你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScheduledSynchronizationSetting 类

定义

基于计划的同步设置类型

[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
继承
ScheduledSynchronizationSetting
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

ScheduledSynchronizationSetting()

初始化 ScheduledSynchronizationSetting 类的新实例。

ScheduledSynchronizationSetting(String, DateTime, String, String, SystemData, String, Nullable<DateTime>, String, String)

初始化 ScheduledSynchronizationSetting 类的新实例。

属性

CreatedAt

获取创建同步设置的时间。

Id

获取 Azure 资源的资源 ID

(继承自 ProxyDto)
Name

获取 Azure 资源的名称

(继承自 ProxyDto)
ProvisioningState

获取或设置预配状态。 可能的值包括:“Succeeded”、“Creating”、“Deleting”、“Moving”、“Failed”

RecurrenceInterval

获取或设置重复间隔。 可能的值包括:“Hour”、“Day”

SynchronizationTime

获取或设置同步时间

SystemData

获取 Azure 资源的系统数据。

(继承自 ProxyDto)
Type

获取 Azure 资源的类型

(继承自 ProxyDto)
UserName

获取创建同步设置的用户的名称。

方法

Validate()

验证 对象。

适用于