次の方法で共有


LocationOperationStatus コンストラクター

定義

オーバーロード

LocationOperationStatus()

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

LocationOperationStatus(String, String, String, Nullable<DateTime>, Nullable<DateTime>, StorageSyncApiError, Nullable<Int32>)

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

LocationOperationStatus()

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

public LocationOperationStatus();
Public Sub New ()

適用対象

LocationOperationStatus(String, String, String, Nullable<DateTime>, Nullable<DateTime>, StorageSyncApiError, Nullable<Int32>)

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

public LocationOperationStatus(string id = default, string name = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError error = default, int? percentComplete = default);
new Microsoft.Azure.Management.StorageSync.Models.LocationOperationStatus : string * string * string * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError * Nullable<int> -> Microsoft.Azure.Management.StorageSync.Models.LocationOperationStatus
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional error As StorageSyncApiError = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing)

パラメーター

id
String

操作リソース ID

name
String

操作 ID

status
String

操作の状態

startTime
Nullable<DateTime>

操作の開始時刻

endTime
Nullable<DateTime>

操作の終了時刻

error
StorageSyncApiError

エラーの詳細。

percentComplete
Nullable<Int32>

達成率。

適用対象