IdentifierProperties 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.
Identifier resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IdentifierPropertiesTypeConverter))]
public class IdentifierProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIdentifierProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IdentifierPropertiesTypeConverter))>]
type IdentifierProperties = class
interface IIdentifierProperties
interface IJsonSerializable
Public Class IdentifierProperties
Implements IIdentifierProperties
- Inheritance
-
IdentifierProperties
- Attributes
- Implements
Constructors
IdentifierProperties() |
Creates an new IdentifierProperties instance. |
Properties
Value |
String representation of the identity. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IdentifierProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IdentifierProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIdentifierProperties. |
FromJsonString(String) |
Creates a new instance of IdentifierProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IdentifierProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |