Leggere in inglese

Condividi tramite


NameIdentifierCollection Class

Definition

Collection of domain name identifiers.

C#
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.NameIdentifierCollectionTypeConverter))]
public class NameIdentifierCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameIdentifierCollection
Inheritance
NameIdentifierCollection
Attributes
Implements

Constructors

Name Description
NameIdentifierCollection()

Creates an new NameIdentifierCollection instance.

Properties

Name Description
NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

Name Description
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.Api20231201.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