Compartir a través de


INameValuePair Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter))]
public interface INameValuePair : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter))>]
type INameValuePair = interface
    interface IJsonSerializable
Public Interface INameValuePair
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name

Pair name.

Value

Pair value.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to