AgreementProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Agreement Terms definition
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.AgreementPropertiesTypeConverter))]
public class AgreementProperties : Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.AgreementPropertiesTypeConverter))>]
type AgreementProperties = class
interface IAgreementProperties
interface IJsonSerializable
Public Class AgreementProperties
Implements IAgreementProperties
- Inheritance
-
AgreementProperties
- Attributes
- Implements
Constructors
AgreementProperties() |
Creates an new AgreementProperties instance. |
Properties
Accepted |
If any version of the terms have been accepted, otherwise false. |
LicenseTextLink |
Link to HTML with Microsoft and Publisher terms. |
MarketplaceTermsLink |
Link to HTML with Azure Marketplace terms. |
Plan |
Plan identifier string of image being deployed. |
PrivacyPolicyLink |
Link to the privacy policy of the publisher. |
Product |
Offer identifier string of image being deployed. |
Publisher |
Publisher identifier string of image being deployed. |
RetrieveDatetime |
Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. |
Signature |
Terms signature. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AgreementProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AgreementProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementProperties. |
FromJsonString(String) |
Creates a new instance of AgreementProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AgreementProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |