AppServiceNameValuePair Class

Definition

Name value pair.

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

Constructors

AppServiceNameValuePair()

Initializes a new instance of AppServiceNameValuePair.

Properties

Name

Pair name.

Value

Pair value.

Explicit Interface Implementations

IJsonModel<AppServiceNameValuePair>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceNameValuePair>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceNameValuePair>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceNameValuePair>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceNameValuePair>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to