Bagikan melalui


ContinueRequestBody Class

Definition

Troubleshooter ContinueRequest body.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ContinueRequestBodyTypeConverter))]
public class ContinueRequestBody : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IContinueRequestBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ContinueRequestBodyTypeConverter))>]
type ContinueRequestBody = class
    interface IContinueRequestBody
    interface IJsonSerializable
Public Class ContinueRequestBody
Implements IContinueRequestBody
Inheritance
ContinueRequestBody
Attributes
Implements

Constructors

Name Description
ContinueRequestBody()

Creates an new ContinueRequestBody instance.

Properties

Name Description
Response
StepId

Unique id of the result.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContinueRequestBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContinueRequestBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IContinueRequestBody.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContinueRequestBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to