Agreement Class

Definition

An agreement.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Agreement : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Agreement = class
    inherit Resource
Public Class Agreement
Inherits Resource
Inheritance
Agreement
Attributes

Constructors

Agreement()

Initializes a new instance of the Agreement class.

Agreement(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<Participants>, String)

Initializes a new instance of the Agreement class.

Properties

AcceptanceMode

Gets the mode of acceptance for an agreement. Possible values include: 'ClickToAccept', 'ESignEmbedded', 'ESignOffline'

AgreementLink

Gets the URL to download the agreement.

Category

Gets the category of the agreement signed by a customer. Possible values include: 'MicrosoftCustomerAgreement', 'AffiliatePurchaseTerms', 'Other'

EffectiveDate

Gets the date from which the agreement is effective.

ExpirationDate

Gets the date when the agreement expires.

Id

Gets resource Id.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
Participants

Gets or sets the list of participants that participates in acceptance of an agreement.

Status

Gets the current status of the agreement.

Type

Gets resource type.

(Inherited from Resource)

Applies to