NameIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies an object.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.NameIdentifierTypeConverter))]
public class NameIdentifier : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameIdentifier
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Api20231201.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. |