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
public class NetworkCloudOperationStatusResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>
type NetworkCloudOperationStatusResult = class
type NetworkCloudOperationStatusResult = class
interface IJsonModel<NetworkCloudOperationStatusResult>
interface IPersistableModel<NetworkCloudOperationStatusResult>
Public Class NetworkCloudOperationStatusResult
Public Class NetworkCloudOperationStatusResult
Implements IJsonModel(Of NetworkCloudOperationStatusResult), IPersistableModel(Of NetworkCloudOperationStatusResult)
- Inheritance
-
NetworkCloudOperationStatusResult
- Implements
Properties
EndOn |
The end time of the operation. |
Error |
If present, details of the operation error. |
ExitCode |
For actions that run commands or scripts, the exit code of the script execution. |
Id |
Fully qualified ID for the async operation. |
Name |
Name of the async operation. |
Operations |
The operations list. |
OutputHead |
For actions that run commands or scripts, the leading bytes of the output of the script execution. |
PercentComplete |
Percent of the operation that is complete. |
ResourceId |
Fully qualified ID of the resource against which the original async operation was started. |
ResultRef |
For actions that run commands or scripts, a reference to the location of the result. |
ResultUri |
For actions that run commands or scripts, the URL where the full output of the script output can be retrieved. |
StartOn |
The start time of the operation. |
Status |
Operation status. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetworkCloudOperationStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkCloudOperationStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkCloudOperationStatusResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkCloudOperationStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkCloudOperationStatusResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET