AsyncOperationResponse 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.PowerShell.AsyncOperationResponseTypeConverter))]
public class AsyncOperationResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.PowerShell.AsyncOperationResponseTypeConverter))>]
type AsyncOperationResponse = class
Public Class AsyncOperationResponse
- Inheritance
-
AsyncOperationResponse
- Attributes
Constructors
| Name | Description |
|---|---|
| AsyncOperationResponse() | |
Properties
| Name | Description |
|---|---|
| Target | |
Methods
| Name | Description |
|---|---|
| FromJson(JsonNode) | |
| FromJsonString(String) |
Creates a new instance of AsyncOperationResponse, deserializing the content from a json string. |
| ToJsonString() | |