Compartir a través de


TldLegalAgreementCollection Class

Definition

Collection of top-level domain legal agreements.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TldLegalAgreementCollectionTypeConverter))]
public class TldLegalAgreementCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TldLegalAgreementCollectionTypeConverter))>]
type TldLegalAgreementCollection = class
    interface ITldLegalAgreementCollection
    interface IJsonSerializable
Public Class TldLegalAgreementCollection
Implements ITldLegalAgreementCollection
Inheritance
TldLegalAgreementCollection
Attributes
Implements

Constructors

TldLegalAgreementCollection()

Creates an new TldLegalAgreementCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TldLegalAgreementCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TldLegalAgreementCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollection.

FromJsonString(String)

Creates a new instance of TldLegalAgreementCollection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TldLegalAgreementCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to