Agreement Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Agreement() |
Inicializa uma nova instância da classe Agreement. |
Agreement(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<Participants>, String) |
Inicializa uma nova instância da classe Agreement. |
Agreement()
Inicializa uma nova instância da classe Agreement.
public Agreement ();
Public Sub New ()
Aplica-se a
Agreement(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<Participants>, String)
Inicializa uma nova instância da 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)
Parâmetros
- id
- String
ID do recurso.
- name
- String
Nome do recurso.
- type
- String
Tipo de recurso.
- agreementLink
- String
A URL para baixar o contrato.
- category
- String
A categoria do contrato assinado por um cliente. Os valores possíveis incluem: 'MicrosoftCustomerAgreement', 'AffiliatePurchaseTerms', 'Other'
- acceptanceMode
- String
O modo de aceitação de um contrato. Os valores possíveis incluem: 'ClickToAccept', 'ESignEmbedded', 'ESignOffline'
- participants
- IList<Participants>
A lista de participantes que participam da aceitação de um contrato.
- status
- String
O status atual do contrato.
Aplica-se a
Azure SDK for .NET