Partager via


ProductCreateOrUpdateHeaders Constructeurs

Définition

Surcharges

ProductCreateOrUpdateHeaders()

Initialise une nouvelle instance de la classe ProductCreateOrUpdateHeaders.

ProductCreateOrUpdateHeaders(String)

Initialise une nouvelle instance de la classe ProductCreateOrUpdateHeaders.

ProductCreateOrUpdateHeaders()

Initialise une nouvelle instance de la classe ProductCreateOrUpdateHeaders.

public ProductCreateOrUpdateHeaders ();
Public Sub New ()

S’applique à

ProductCreateOrUpdateHeaders(String)

Initialise une nouvelle instance de la classe ProductCreateOrUpdateHeaders.

public ProductCreateOrUpdateHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.ProductCreateOrUpdateHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.ProductCreateOrUpdateHeaders
Public Sub New (Optional eTag As String = Nothing)

Paramètres

eTag
String

Version d'état de l'entité actuelle. Doit être traitée comme une valeur opaque et utilisée pour créer des requêtes HTTP conditionnelles.

S’applique à