ApiReleaseGetHeaders 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
ApiReleaseGetHeaders() |
Initializes a new instance of the ApiReleaseGetHeaders class. |
ApiReleaseGetHeaders(String) |
Initializes a new instance of the ApiReleaseGetHeaders class. |
ApiReleaseGetHeaders()
Initializes a new instance of the ApiReleaseGetHeaders class.
public ApiReleaseGetHeaders ();
Public Sub New ()
Applies to
ApiReleaseGetHeaders(String)
Initializes a new instance of the ApiReleaseGetHeaders class.
public ApiReleaseGetHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseGetHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseGetHeaders
Public Sub New (Optional eTag As String = Nothing)
Parameters
- eTag
- String
Current entity state version. Should be treated as opaque and used to make conditional HTTP requests.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET