ContinueRequestBody 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.
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() | |