Share via


DomainCollection Class

Definition

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

Constructors

DomainCollection()

Properties

NextLink
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to