KeyInfo Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyInfoTypeConverter))]
public class KeyInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyInfoTypeConverter))>]
type KeyInfo = class
    interface IKeyInfo
    interface IJsonSerializable
Public Class KeyInfo
Implements IKeyInfo
Inheritance
KeyInfo
Attributes
Implements

Constructors

KeyInfo()

Properties

Name
Value

Methods

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

Applies to