HttpMessage 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
HttpMessage() | |
HttpMessage(Object) |
HttpMessage()
public HttpMessage ();
Public Sub New ()
Applies to
HttpMessage(Object)
public HttpMessage (object content = default);
new Microsoft.Azure.Management.Internal.Resources.Models.HttpMessage : obj -> Microsoft.Azure.Management.Internal.Resources.Models.HttpMessage
Public Sub New (Optional content As Object = Nothing)
Parameters
- content
- Object