Share via


ResourceTestStatus Class

Definition

Describes the status of the test operation along with error information, if applicable.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ResourceTestStatusTypeConverter))]
public class ResourceTestStatus : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IResourceTestStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ResourceTestStatusTypeConverter))>]
type ResourceTestStatus = class
    interface IResourceTestStatus
    interface IJsonSerializable
Public Class ResourceTestStatus
Implements IResourceTestStatus
Inheritance
ResourceTestStatus
Attributes
Implements

Constructors

ResourceTestStatus()

Creates an new ResourceTestStatus instance.

Properties

Code

Error code associated with the error that occurred.

Message

Describes the error in detail.

Status

The status of the test operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceTestStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceTestStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IResourceTestStatus.

FromJsonString(String)

Creates a new instance of ResourceTestStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceTestStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to