Share via


UserGetEntityTagHeaders Constructors

Definition

Overloads

UserGetEntityTagHeaders()

Initializes a new instance of the UserGetEntityTagHeaders class.

UserGetEntityTagHeaders(String)

Initializes a new instance of the UserGetEntityTagHeaders class.

UserGetEntityTagHeaders()

Initializes a new instance of the UserGetEntityTagHeaders class.

public UserGetEntityTagHeaders ();
Public Sub New ()

Applies to

UserGetEntityTagHeaders(String)

Initializes a new instance of the UserGetEntityTagHeaders class.

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