NetworkCloudOperationStatusResult Class
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.
The current status of an async operation.
public class NetworkCloudOperationStatusResult
type NetworkCloudOperationStatusResult = class
Public Class NetworkCloudOperationStatusResult
- Inheritance
-
NetworkCloudOperationStatusResult
Properties
EndOn |
The end time of the operation. |
Error |
If present, details of the operation error. |
Id |
Fully qualified ID for the async operation. |
Name |
Name of the async operation. |
Operations |
The operations list. |
PercentComplete |
Percent of the operation that is complete. |
ResourceId |
Fully qualified ID of the resource against which the original async operation was started. |
StartOn |
The start time of the operation. |
Status |
Operation status. |
Applies to
Azure SDK for .NET