FunctionSecrets Class

Definition

Function secrets.

public class 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
type FunctionSecrets = class
    interface IJsonModel<FunctionSecrets>
    interface IPersistableModel<FunctionSecrets>
Public Class FunctionSecrets
Public Class FunctionSecrets
Implements IJsonModel(Of FunctionSecrets), IPersistableModel(Of FunctionSecrets)
Inheritance
FunctionSecrets
Implements

Properties

Key

Secret key.

TriggerUri

Trigger URL.

Explicit Interface Implementations

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