Share via


FunctionAppHostKeys Class

Definition

Functions host level keys.

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

Properties

Name Description
FunctionKeys

Host level function keys.

MasterKey

Secret key.

SystemKeys

System keys.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<FunctionAppHostKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FunctionAppHostKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FunctionAppHostKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FunctionAppHostKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to