Share via


PortalRevisionGetEntityTagHeaders Constructors

Definition

Overloads

PortalRevisionGetEntityTagHeaders()

Initializes a new instance of the PortalRevisionGetEntityTagHeaders class.

PortalRevisionGetEntityTagHeaders(String)

Initializes a new instance of the PortalRevisionGetEntityTagHeaders class.

PortalRevisionGetEntityTagHeaders()

Initializes a new instance of the PortalRevisionGetEntityTagHeaders class.

public PortalRevisionGetEntityTagHeaders ();
Public Sub New ()

Applies to

PortalRevisionGetEntityTagHeaders(String)

Initializes a new instance of the PortalRevisionGetEntityTagHeaders class.

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