WebAppKeyInfoProperties Class

Definition

Properties of function key info.

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

Constructors

WebAppKeyInfoProperties()

Initializes a new instance of WebAppKeyInfoProperties.

Properties

Name

Key name.

Value

Key value.

Explicit Interface Implementations

IJsonModel<WebAppKeyInfoProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebAppKeyInfoProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppKeyInfoProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppKeyInfoProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebAppKeyInfoProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to