Delen via


FunctionSecrets Class

Definition

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

Constructors

FunctionSecrets()

Properties

Id
Key
Kind
Name
TriggerUrl
Type

Methods

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

Applies to