WebTestPropertiesRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The collection of request properties.
public class WebTestPropertiesRequest : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.WebTestPropertiesRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.WebTestPropertiesRequest>
type WebTestPropertiesRequest = class
interface IJsonModel<WebTestPropertiesRequest>
interface IPersistableModel<WebTestPropertiesRequest>
Public Class WebTestPropertiesRequest
Implements IJsonModel(Of WebTestPropertiesRequest), IPersistableModel(Of WebTestPropertiesRequest)
- Inheritance
-
WebTestPropertiesRequest
- Implements
Constructors
WebTestPropertiesRequest() |
Initializes a new instance of WebTestPropertiesRequest. |
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. |
Explicit Interface Implementations
IJsonModel<WebTestPropertiesRequest>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WebTestPropertiesRequest>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WebTestPropertiesRequest>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WebTestPropertiesRequest>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WebTestPropertiesRequest>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET