ArmDatadogModelFactory.DatadogAgreementProperties Method

Definition

public static Azure.ResourceManager.Datadog.Models.DatadogAgreementProperties DatadogAgreementProperties(string publisher = default, string product = default, string plan = default, string licenseTextLink = default, string privacyPolicyLink = default, DateTimeOffset? retrieveDatetime = default, string signature = default, bool? isAccepted = default);
static member DatadogAgreementProperties : string * string * string * string * string * Nullable<DateTimeOffset> * string * Nullable<bool> -> Azure.ResourceManager.Datadog.Models.DatadogAgreementProperties
Public Shared Function DatadogAgreementProperties (Optional publisher As String = Nothing, Optional product As String = Nothing, Optional plan As String = Nothing, Optional licenseTextLink As String = Nothing, Optional privacyPolicyLink As String = Nothing, Optional retrieveDatetime As Nullable(Of DateTimeOffset) = Nothing, Optional signature As String = Nothing, Optional isAccepted As Nullable(Of Boolean) = Nothing) As DatadogAgreementProperties

Parameters

publisher
String

Publisher identifier string.

product
String

Product identifier string.

plan
String

Plan identifier string.

licenseTextLink
String

Link to HTML with Microsoft and Publisher terms.

privacyPolicyLink
String

Link to the privacy policy of the publisher.

retrieveDatetime
Nullable<DateTimeOffset>

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

signature
String

Terms signature.

isAccepted
Nullable<Boolean>

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

Returns

A new DatadogAgreementProperties instance for mocking.

Applies to