HttpMessageInfo Constructors
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.
Overloads
HttpMessageInfo(CloudHttpErrorInfo) | |
HttpMessageInfo(HttpMessageWrapper) |
HttpMessageInfo(CloudHttpErrorInfo)
public HttpMessageInfo (Hyak.Common.CloudHttpErrorInfo message);
new Microsoft.Azure.Commands.Profile.Errors.HttpMessageInfo : Hyak.Common.CloudHttpErrorInfo -> Microsoft.Azure.Commands.Profile.Errors.HttpMessageInfo
Public Sub New (message As CloudHttpErrorInfo)
Parameters
- message
- Hyak.Common.CloudHttpErrorInfo
Applies to
HttpMessageInfo(HttpMessageWrapper)
public HttpMessageInfo (Microsoft.Rest.HttpMessageWrapper message);
new Microsoft.Azure.Commands.Profile.Errors.HttpMessageInfo : Microsoft.Rest.HttpMessageWrapper -> Microsoft.Azure.Commands.Profile.Errors.HttpMessageInfo
Public Sub New (message As HttpMessageWrapper)
Parameters
- message
- HttpMessageWrapper