PortalRevisionCreateOrUpdateHeaders Constructors

Definition

Overloads

PortalRevisionCreateOrUpdateHeaders()

Initializes a new instance of the PortalRevisionCreateOrUpdateHeaders class.

PortalRevisionCreateOrUpdateHeaders(String)

Initializes a new instance of the PortalRevisionCreateOrUpdateHeaders class.

PortalRevisionCreateOrUpdateHeaders()

Initializes a new instance of the PortalRevisionCreateOrUpdateHeaders class.

public PortalRevisionCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

PortalRevisionCreateOrUpdateHeaders(String)

Initializes a new instance of the PortalRevisionCreateOrUpdateHeaders class.

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