BasicErrorDryrunPrerequisiteResult 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 represent of basic error
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.BasicErrorDryrunPrerequisiteResultTypeConverter))]
public class BasicErrorDryrunPrerequisiteResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IBasicErrorDryrunPrerequisiteResult, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.BasicErrorDryrunPrerequisiteResultTypeConverter))>]
type BasicErrorDryrunPrerequisiteResult = class
interface IBasicErrorDryrunPrerequisiteResult
interface IJsonSerializable
interface IDryrunPrerequisiteResult
interface IValidates
Public Class BasicErrorDryrunPrerequisiteResult
Implements IBasicErrorDryrunPrerequisiteResult, IValidates
- Inheritance
-
BasicErrorDryrunPrerequisiteResult
- Attributes
- Implements
Constructors
BasicErrorDryrunPrerequisiteResult() |
Creates an new BasicErrorDryrunPrerequisiteResult instance. |
Properties
Code |
The error code. |
Message |
The error message. |
Type |
The type of dryrun result. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BasicErrorDryrunPrerequisiteResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BasicErrorDryrunPrerequisiteResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IBasicErrorDryrunPrerequisiteResult. |
FromJsonString(String) |
Creates a new instance of BasicErrorDryrunPrerequisiteResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BasicErrorDryrunPrerequisiteResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |