ServerEndpointsDeleteHeaders 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
ServerEndpointsDeleteHeaders() |
Initializes a new instance of the ServerEndpointsDeleteHeaders class. |
ServerEndpointsDeleteHeaders(String, String, String) |
Initializes a new instance of the ServerEndpointsDeleteHeaders class. |
ServerEndpointsDeleteHeaders()
Initializes a new instance of the ServerEndpointsDeleteHeaders class.
public ServerEndpointsDeleteHeaders ();
Public Sub New ()
Applies to
ServerEndpointsDeleteHeaders(String, String, String)
Initializes a new instance of the ServerEndpointsDeleteHeaders class.
public ServerEndpointsDeleteHeaders (string xMsRequestId = default, string xMsCorrelationRequestId = default, string location = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsDeleteHeaders : string * string * string -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsDeleteHeaders
Public Sub New (Optional xMsRequestId As String = Nothing, Optional xMsCorrelationRequestId As String = Nothing, Optional location As String = Nothing)
Parameters
- xMsRequestId
- String
request id.
- xMsCorrelationRequestId
- String
correlation request id.
- location
- String
Operation Status Location URI
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