Sdílet prostřednictvím


WebTestPropertiesRequest Class

Definition

The collection of request properties

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

Constructors

WebTestPropertiesRequest()

Creates an new WebTestPropertiesRequest instance.

Properties

FollowRedirect

Follow redirects for this web test.

Header

List of headers and their values to add to the WebTest call.

HttpVerb

Http verb to use for this web test.

ParseDependentRequest

Parse Dependent request for this WebTest.

RequestBody

Base64 encoded string body to send with this web test.

RequestUrl

Url location to test.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WebTestPropertiesRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebTestPropertiesRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WebTestPropertiesRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to