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

WebTestListResult Class

Definition

A list of 0 or more Application Insights WebTest definitions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.WebTestListResultTypeConverter))]
public class WebTestListResult : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTestListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.WebTestListResultTypeConverter))>]
type WebTestListResult = class
    interface IWebTestListResult
    interface IJsonSerializable
Public Class WebTestListResult
Implements IWebTestListResult
Inheritance
WebTestListResult
Attributes
Implements

Constructors

WebTestListResult()

Creates an new WebTestListResult instance.

Properties

NextLink

The link to get the next part of the returned list of WebTest, should the return set be too large for a single request. May be null.

Value

Set of Application Insights WebTest definitions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WebTestListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebTestListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTestListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WebTestListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to