次の方法で共有


ScheduledSynchronizationSetting コンストラクター

定義

オーバーロード

ScheduledSynchronizationSetting()

ScheduledSynchronizationSetting クラスの新しいインスタンスを初期化します。

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

ScheduledSynchronizationSetting クラスの新しいインスタンスを初期化します。

ScheduledSynchronizationSetting()

ScheduledSynchronizationSetting クラスの新しいインスタンスを初期化します。

public ScheduledSynchronizationSetting ();
Public Sub New ()

適用対象

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

ScheduledSynchronizationSetting クラスの新しいインスタンスを初期化します。

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)

パラメーター

recurrenceInterval
String

繰り返し間隔。 使用できる値は、'Hour'、'Day' です。

synchronizationTime
DateTime

同期時間

id
String

Azure リソースのリソース ID

name
String

Azure リソースの名前

systemData
SystemData

Azure リソースのシステム データ。

type
String

Azure リソースの種類

createdAt
Nullable<DateTime>

同期設定が作成された時刻。

provisioningState
String

プロビジョニングの状態を取得または設定します。 使用可能な値には、'Succeeded'、'Creating'、'Removeing'、'Moving'、'Failed' などがあります。

userName
String

同期設定を作成したユーザーの名前。

適用対象