LocationOperationStatus 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
LocationOperationStatus() |
Initializes a new instance of the LocationOperationStatus class. |
LocationOperationStatus(String, String, String, Nullable<DateTime>, Nullable<DateTime>, StorageSyncApiError, Nullable<Int32>) |
Initializes a new instance of the LocationOperationStatus class. |
LocationOperationStatus()
Initializes a new instance of the LocationOperationStatus class.
public LocationOperationStatus ();
Public Sub New ()
Applies to
LocationOperationStatus(String, String, String, Nullable<DateTime>, Nullable<DateTime>, StorageSyncApiError, Nullable<Int32>)
Initializes a new instance of the LocationOperationStatus class.
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)
Parameters
- id
- String
Operation resource Id
- name
- String
Operation Id
- status
- String
Operation status
- error
- StorageSyncApiError
Error details.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET