HttpResponseInfo 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
HttpResponseInfo(CloudHttpResponseErrorInfo) | |
HttpResponseInfo(HttpResponseMessageWrapper) |
HttpResponseInfo(CloudHttpResponseErrorInfo)
public HttpResponseInfo (Hyak.Common.CloudHttpResponseErrorInfo response);
new Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo : Hyak.Common.CloudHttpResponseErrorInfo -> Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo
Public Sub New (response As CloudHttpResponseErrorInfo)
Parameters
- response
- Hyak.Common.CloudHttpResponseErrorInfo
Applies to
HttpResponseInfo(HttpResponseMessageWrapper)
public HttpResponseInfo (Microsoft.Rest.HttpResponseMessageWrapper response);
new Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo : Microsoft.Rest.HttpResponseMessageWrapper -> Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo
Public Sub New (response As HttpResponseMessageWrapper)
Parameters
- response
- HttpResponseMessageWrapper