IOperationResult Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.OperationResultTypeConverter))]
public interface IOperationResult : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.OperationResultTypeConverter))>]
type IOperationResult = interface
interface IJsonSerializable
Public Interface IOperationResult
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdditionalInfo |
The error additional info. |
Code |
The error code. |
Detail |
The error details. |
EndTime |
End time |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
Message |
The error message. |
Name |
The name of the resource |
PercentComplete |
Percent completion |
StartTime |
Start time |
Status |
The operation status |
Target |
The error target. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |