Order 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
Order() |
Initialise une nouvelle instance de la classe Order. |
Order(ContactDetails, Address, String, String, String, OrderStatus, IList<OrderStatus>, String, IList<TrackingInfo>, IList<TrackingInfo>) |
Initialise une nouvelle instance de la classe Order. |
Order()
Initialise une nouvelle instance de la classe Order.
public Order ();
Public Sub New ()
S’applique à
Order(ContactDetails, Address, String, String, String, OrderStatus, IList<OrderStatus>, String, IList<TrackingInfo>, IList<TrackingInfo>)
Initialise une nouvelle instance de la classe Order.
public Order (Microsoft.Azure.Management.EdgeGateway.Models.ContactDetails contactInformation, Microsoft.Azure.Management.EdgeGateway.Models.Address shippingAddress, string id = default, string name = default, string type = default, Microsoft.Azure.Management.EdgeGateway.Models.OrderStatus currentStatus = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.OrderStatus> orderHistory = default, string serialNumber = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.TrackingInfo> deliveryTrackingInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.TrackingInfo> returnTrackingInfo = default);
new Microsoft.Azure.Management.EdgeGateway.Models.Order : Microsoft.Azure.Management.EdgeGateway.Models.ContactDetails * Microsoft.Azure.Management.EdgeGateway.Models.Address * string * string * string * Microsoft.Azure.Management.EdgeGateway.Models.OrderStatus * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.OrderStatus> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.TrackingInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.TrackingInfo> -> Microsoft.Azure.Management.EdgeGateway.Models.Order
Public Sub New (contactInformation As ContactDetails, shippingAddress As Address, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional currentStatus As OrderStatus = Nothing, Optional orderHistory As IList(Of OrderStatus) = Nothing, Optional serialNumber As String = Nothing, Optional deliveryTrackingInfo As IList(Of TrackingInfo) = Nothing, Optional returnTrackingInfo As IList(Of TrackingInfo) = Nothing)
Paramètres
- contactInformation
- ContactDetails
coordonnées du contact.
- shippingAddress
- Address
Adresse d’expédition.
- id
- String
ID de chemin d’accès qui identifie l’objet de manière unique.
- name
- String
Nom de l'objet.
- type
- String
Type hiérarchique de l’objet.
- currentStatus
- OrderStatus
Status actuel de la commande.
- orderHistory
- IList<OrderStatus>
Liste des modifications status dans l’ordre.
- serialNumber
- String
Numéro de série de l’appareil.
- deliveryTrackingInfo
- IList<TrackingInfo>
Informations de suivi pour le package remis au client, qu’il dispose d’un appareil d’origine ou de remplacement.
- returnTrackingInfo
- IList<TrackingInfo>
Informations de suivi pour le package retourné par le client, qu’il dispose d’un appareil d’origine ou de remplacement.
S’applique à
Azure SDK for .NET