ProductCreateOrUpdateHeaders Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET