Share via


IdentifierProperties Class

Definition

Identifier resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IdentifierPropertiesTypeConverter))]
public class IdentifierProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Api20190801.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.

Applies to