AuthorizationServerGetEntityTagHeaders Constructors

Definition

Overloads

AuthorizationServerGetEntityTagHeaders()

Initializes a new instance of the AuthorizationServerGetEntityTagHeaders class.

AuthorizationServerGetEntityTagHeaders(String)

Initializes a new instance of the AuthorizationServerGetEntityTagHeaders class.

AuthorizationServerGetEntityTagHeaders()

Initializes a new instance of the AuthorizationServerGetEntityTagHeaders class.

public AuthorizationServerGetEntityTagHeaders ();
Public Sub New ()

Applies to

AuthorizationServerGetEntityTagHeaders(String)

Initializes a new instance of the AuthorizationServerGetEntityTagHeaders class.

public AuthorizationServerGetEntityTagHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.AuthorizationServerGetEntityTagHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.AuthorizationServerGetEntityTagHeaders
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