RequestTelemetry.HttpMethod Property
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.
Caution
Include http verb into request telemetry name and use custom properties to report http method as a dimension.
Gets or sets the HTTP method of the request.
[System.Obsolete("Include http verb into request telemetry name and use custom properties to report http method as a dimension.")]
public string HttpMethod { get; set; }
[<System.Obsolete("Include http verb into request telemetry name and use custom properties to report http method as a dimension.")>]
member this.HttpMethod : string with get, set
Public Property HttpMethod As String
Property Value
- Attributes
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET