RequestMetadata(String, HttpMethod, String) Constructor
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET