RequestMetadata(String, HttpMethod, String) Constructor

Definition

Initializes a new instance of RequestMetadata.

public RequestMetadata (string relativePath, Azure.ResourceManager.HybridNetwork.Models.HttpMethod httpMethod, string serializedBody);
new Azure.ResourceManager.HybridNetwork.Models.RequestMetadata : string * Azure.ResourceManager.HybridNetwork.Models.HttpMethod * string -> Azure.ResourceManager.HybridNetwork.Models.RequestMetadata
Public Sub New (relativePath As String, httpMethod As HttpMethod, serializedBody As String)

Parameters

relativePath
String

The relative path of the request.

httpMethod
HttpMethod

The http method of the request.

serializedBody
String

The serialized body of the request.

Exceptions

relativePath or serializedBody is null.

Applies to