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