Agreement 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
Agreement() |
Initialise une nouvelle instance de la classe Agreement. |
Agreement(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<Participants>, String) |
Initialise une nouvelle instance de la classe Agreement. |
Agreement()
Initialise une nouvelle instance de la classe Agreement.
public Agreement ();
Public Sub New ()
S’applique à
Agreement(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<Participants>, String)
Initialise une nouvelle instance de la classe Agreement.
public Agreement (string id = default, string name = default, string type = default, string agreementLink = default, string category = default, string acceptanceMode = default, DateTime? effectiveDate = default, DateTime? expirationDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Participants> participants = default, string status = default);
new Microsoft.Azure.Management.Billing.Models.Agreement : string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Participants> * string -> Microsoft.Azure.Management.Billing.Models.Agreement
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional agreementLink As String = Nothing, Optional category As String = Nothing, Optional acceptanceMode As String = Nothing, Optional effectiveDate As Nullable(Of DateTime) = Nothing, Optional expirationDate As Nullable(Of DateTime) = Nothing, Optional participants As IList(Of Participants) = Nothing, Optional status As String = Nothing)
Paramètres
- id
- String
ID de ressource.
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- agreementLink
- String
URL pour télécharger le contrat.
- category
- String
Catégorie du contrat signé par un client. Les valeurs possibles sont les suivantes : « MicrosoftCustomerAgreement », « AffiliatePurchaseTerms », « Other »
- acceptanceMode
- String
Mode d’acceptation d’un contrat. Les valeurs possibles sont les suivantes : « ClickToAccept », « ESignEmbedded », « ESignOffline »
- participants
- IList<Participants>
Liste des participants qui participent à l’acceptation d’un accord.
- status
- String
Status actuel de l’accord.
S’applique à
Azure SDK for .NET