FunctionSecrets Class

Definition

Function secrets. Serialized Name: FunctionSecrets

public class FunctionSecrets : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.FunctionSecrets>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.FunctionSecrets>
type FunctionSecrets = class
    interface IJsonModel<FunctionSecrets>
    interface IPersistableModel<FunctionSecrets>
Public Class FunctionSecrets
Implements IJsonModel(Of FunctionSecrets), IPersistableModel(Of FunctionSecrets)
Inheritance
FunctionSecrets
Implements

Properties

Name Description
Key

Secret key. Serialized Name: FunctionSecrets.key

TriggerUri

Trigger URL. Serialized Name: FunctionSecrets.trigger_url

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FunctionSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FunctionSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FunctionSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FunctionSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FunctionSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to