AgreementTerms Class

Terms properties for provided Publisher/Offer/Plan tuple.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.marketplaceordering.models._models_py3.Resource
AgreementTerms

Constructor

AgreementTerms(*, publisher: Optional[str] = None, product: Optional[str] = None, plan: Optional[str] = None, license_text_link: Optional[str] = None, privacy_policy_link: Optional[str] = None, marketplace_terms_link: Optional[str] = None, retrieve_datetime: Optional[str] = None, signature: Optional[str] = None, accepted: Optional[bool] = None, **kwargs)

Parameters

publisher
str
Required

Publisher identifier string of image being deployed.

product
str
Required

Offer identifier string of image being deployed.

plan
str
Required

Plan identifier string of image being deployed.

license_text_link
str
Required

Link to HTML with Microsoft and Publisher terms.

privacy_policy_link
str
Required

Link to the privacy policy of the publisher.

marketplace_terms_link
str
Required

Link to HTML with Azure Marketplace terms.

retrieve_datetime
str
Required

Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.

signature
str
Required

Terms signature.

accepted
bool
Required

If any version of the terms have been accepted, otherwise false.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

system_data
SystemData

The system meta data relating to this resource.