共用方式為


ConfluentAgreementResource Constructors

Definition

Overloads

ConfluentAgreementResource()

Initializes a new instance of the ConfluentAgreementResource class.

ConfluentAgreementResource(String, String, String, SystemData, String, String, String, String, String, Nullable<DateTime>, String, Nullable<Boolean>)

Initializes a new instance of the ConfluentAgreementResource class.

ConfluentAgreementResource()

Initializes a new instance of the ConfluentAgreementResource class.

public ConfluentAgreementResource ();
Public Sub New ()

Applies to

ConfluentAgreementResource(String, String, String, SystemData, String, String, String, String, String, Nullable<DateTime>, String, Nullable<Boolean>)

Initializes a new instance of the ConfluentAgreementResource class.

public ConfluentAgreementResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Confluent.Models.SystemData systemData = default, string publisher = default, string product = default, string plan = default, string licenseTextLink = default, string privacyPolicyLink = default, DateTime? retrieveDatetime = default, string signature = default, bool? accepted = default);
new Microsoft.Azure.Management.Confluent.Models.ConfluentAgreementResource : string * string * string * Microsoft.Azure.Management.Confluent.Models.SystemData * string * string * string * string * string * Nullable<DateTime> * string * Nullable<bool> -> Microsoft.Azure.Management.Confluent.Models.ConfluentAgreementResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = 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 retrieveDatetime As Nullable(Of DateTime) = Nothing, Optional signature As String = Nothing, Optional accepted As Nullable(Of Boolean) = Nothing)

Parameters

id
String

The ARM id of the resource.

name
String

The name of the agreement.

type
String

The type of the agreement.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource

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<DateTime>

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

signature
String

Terms signature.

accepted
Nullable<Boolean>

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

Applies to