EmailTemplateGetEntityTagHeaders Constructors

Definition

Overloads

EmailTemplateGetEntityTagHeaders()

Initializes a new instance of the EmailTemplateGetEntityTagHeaders class.

EmailTemplateGetEntityTagHeaders(String)

Initializes a new instance of the EmailTemplateGetEntityTagHeaders class.

EmailTemplateGetEntityTagHeaders()

Initializes a new instance of the EmailTemplateGetEntityTagHeaders class.

public EmailTemplateGetEntityTagHeaders ();
Public Sub New ()

Applies to

EmailTemplateGetEntityTagHeaders(String)

Initializes a new instance of the EmailTemplateGetEntityTagHeaders class.

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