Compartir a través de


NameIdentifier Class

Definition

Identifies an object.

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

Constructors

NameIdentifier()

Creates an new NameIdentifier instance.

Properties

Name

Name of the object.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NameIdentifier.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NameIdentifier.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NameIdentifier into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to