ProvisioningError 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.
Describes the error happened when create or update an image template
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ProvisioningErrorTypeConverter))]
public class ProvisioningError : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.IProvisioningError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ProvisioningErrorTypeConverter))>]
type ProvisioningError = class
interface IProvisioningError
interface IJsonSerializable
Public Class ProvisioningError
Implements IProvisioningError
- Inheritance
-
ProvisioningError
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ProvisioningError() |
Creates an new ProvisioningError instance. |
Properties
| Name | Description |
|---|---|
| Code |
Error code of the provisioning failure |
| Message |
Verbose error message about the provisioning failure |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProvisioningError. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProvisioningError. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.IProvisioningError. |
| FromJsonString(String) |
Creates a new instance of ProvisioningError, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProvisioningError into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |