다음을 통해 공유


ArmConfluentModelFactory.ConfluentAgreement Method

Definition

Initializes a new instance of ConfluentAgreement.

public static Azure.ResourceManager.Confluent.Models.ConfluentAgreement ConfluentAgreement (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string publisher = default, string product = default, string plan = default, string licenseTextLink = default, string privacyPolicyLink = default, DateTimeOffset? retrieveOn = default, string signature = default, bool? isAccepted = default);
static member ConfluentAgreement : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * Nullable<DateTimeOffset> * string * Nullable<bool> -> Azure.ResourceManager.Confluent.Models.ConfluentAgreement
Public Shared Function ConfluentAgreement (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, 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 retrieveOn As Nullable(Of DateTimeOffset) = Nothing, Optional signature As String = Nothing, Optional isAccepted As Nullable(Of Boolean) = Nothing) As ConfluentAgreement

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

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.

retrieveOn
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 ConfluentAgreement instance for mocking.

Applies to