IdentifierCollection Class

Definition

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

Constructors

IdentifierCollection()

Properties

NextLink
Value

Methods

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

Applies to