FunctionSecretsProperties Class

Definition

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

Constructors

FunctionSecretsProperties()

Properties

Key
TriggerUrl

Methods

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

Applies to