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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET