Udostępnij za pośrednictwem


WebTestRequest Class

Definition

The collection of request properties.

public class WebTestRequest : Azure.Provisioning.Primitives.ProvisioningConstruct
type WebTestRequest = class
    inherit ProvisioningConstruct
Public Class WebTestRequest
Inherits ProvisioningConstruct
Inheritance

Constructors

WebTestRequest()

Creates a new WebTestRequest.

Properties

FollowRedirects

Follow redirects for this web test.

Headers

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

HttpVerb

Http verb to use for this web test.

ParseDependentRequests

Parse Dependent request for this WebTest.

RequestBody

Base64 encoded string body to send with this web test.

RequestUri

Url location to test.

Methods

Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisioningConstruct)
GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
OverrideWithExpression(Expression)

Set this construct to represent the result of an expression. This is primarily meant to be called via FromExpression static methods on specific resources or constructs.

(Inherited from ProvisioningConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisioningConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from ProvisioningConstruct)

Applies to