Identifier Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IdentifierTypeConverter))]
public class Identifier : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IdentifierTypeConverter))>]
type Identifier = class
    interface IIdentifier
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class Identifier
Implements IIdentifier, IValidates
Inheritance
Identifier
Attributes
Implements

Constructors

Identifier()

Properties

Id
Kind
Name
Type
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to