RequestMetadata interface
Request metadata of execute request post call payload.
Properties
api |
The api version of the request. |
http |
The http method of the request. |
relative |
The relative path of the request. |
serialized |
The serialized body of the request. |
Property Details
apiVersion
The api version of the request.
apiVersion?: string
Property Value
string
httpMethod
The http method of the request.
httpMethod: string
Property Value
string
relativePath
The relative path of the request.
relativePath: string
Property Value
string
serializedBody
The serialized body of the request.
serializedBody: string
Property Value
string
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 JavaScript