Share via


NameIdentifierCollection Class

Definition

Collection of domain name identifiers.

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

Constructors

NameIdentifierCollection()

Creates an new NameIdentifierCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NameIdentifierCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NameIdentifierCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NameIdentifierCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to