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
| Name | Description |
|---|---|
|
Name |
Creates an new NameIdentifier instance. |
Properties
| Name | Description |
|---|---|
| Name |
Name of the object. |
Methods
| Name | Description |
|---|---|
|
Deserialize |
Deserializes a IDictionary into an instance of NameIdentifier. |
|
Deserialize |
Deserializes a PSObject into an instance of NameIdentifier. |
|
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameIdentifier. |
|
From |
Creates a new instance of NameIdentifier, deserializing the content from a json string. |
|
To |
Serializes this instance of NameIdentifier into a JsonNode. |
|
To |
Serializes this instance to a json string. |