DatadogAgreementProperties 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.
Terms properties.
public class DatadogAgreementProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Datadog.Models.DatadogAgreementProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Datadog.Models.DatadogAgreementProperties>
type DatadogAgreementProperties = class
interface IJsonModel<DatadogAgreementProperties>
interface IPersistableModel<DatadogAgreementProperties>
Public Class DatadogAgreementProperties
Implements IJsonModel(Of DatadogAgreementProperties), IPersistableModel(Of DatadogAgreementProperties)
- Inheritance
-
DatadogAgreementProperties
- Implements
Constructors
DatadogAgreementProperties() |
Initializes a new instance of DatadogAgreementProperties. |
Properties
Accepted |
If any version of the terms have been accepted, otherwise false. |
LicenseTextLink |
Link to HTML with Microsoft and Publisher terms. |
Plan |
Plan identifier string. |
PrivacyPolicyLink |
Link to the privacy policy of the publisher. |
Product |
Product identifier string. |
Publisher |
Publisher identifier string. |
RetrieveDatetime |
Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. |
Signature |
Terms signature. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DatadogAgreementProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DatadogAgreementProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DatadogAgreementProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DatadogAgreementProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DatadogAgreementProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET