你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResourceTestStatus 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 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. |