ScheduledSynchronizationSetting コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 リソースの種類
- provisioningState
- String
プロビジョニングの状態を取得または設定します。 使用可能な値には、'Succeeded'、'Creating'、'Removeing'、'Moving'、'Failed' などがあります。
- userName
- String
同期設定を作成したユーザーの名前。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET