Compartir a través de


FunctionSecrets Class

Definition

Function secrets.

[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()

Creates an new FunctionSecrets instance.

Properties

Id

Resource Id.

Key

Secret key.

Kind

Kind of resource.

Name

Resource Name.

TriggerUrl

Trigger URL.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FunctionSecrets.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FunctionSecrets.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecrets.

FromJsonString(String)

Creates a new instance of FunctionSecrets, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FunctionSecrets into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to