ICustomizationTaskListValidationOperationResult 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.DevCenterdata.Models.Api20231001Preview.CustomizationTaskListValidationOperationResultTypeConverter))]
public interface ICustomizationTaskListValidationOperationResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IOperationStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CustomizationTaskListValidationOperationResultTypeConverter))>]
type ICustomizationTaskListValidationOperationResult = interface
interface IJsonSerializable
interface IOperationStatus
Public Interface ICustomizationTaskListValidationOperationResult
Implements IOperationStatus
- Derived
- Attributes
- Implements
Properties
Code |
The error code. (Inherited from IOperationStatus) |
EndTime |
The end time of the operation (Inherited from IOperationStatus) |
Id |
Fully qualified ID for the operation status. (Inherited from IOperationStatus) |
Message |
The error message. (Inherited from IOperationStatus) |
Name |
The operation id name (Inherited from IOperationStatus) |
OperationLocation | (Inherited from IOperationStatus) |
PercentComplete |
Percent of the operation that is complete (Inherited from IOperationStatus) |
Property |
Custom operation properties, populated only for a successful operation. (Inherited from IOperationStatus) |
ResourceId |
The id of the resource. (Inherited from IOperationStatus) |
ResultError |
List of validation errors. Absent if no errors. |
ResultValidationResult |
Outcome of validation. |
StartTime |
The start time of the operation (Inherited from IOperationStatus) |
Status |
Provisioning state of the resource. (Inherited from IOperationStatus) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |