AsyncOperationResponse Class

Definition

[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()

Applies to