Megosztás a következőn keresztül:


WebTestPropertiesConfiguration Class

Definition

An XML configuration specification for a WebTest.

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

Constructors

WebTestPropertiesConfiguration()

Creates an new WebTestPropertiesConfiguration instance.

Properties

WebTest

The XML specification of a WebTest to run against an application.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WebTestPropertiesConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebTestPropertiesConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WebTestPropertiesConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to