KeyValuePairStringObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.KeyValuePairStringObjectTypeConverter))]
public class KeyValuePairStringObject : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IKeyValuePairStringObject
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.KeyValuePairStringObjectTypeConverter))>]
type KeyValuePairStringObject = class
interface IKeyValuePairStringObject
interface IJsonSerializable
Public Class KeyValuePairStringObject
Implements IKeyValuePairStringObject
- Inheritance
-
KeyValuePairStringObject
- Attributes
- Implements
Constructors
KeyValuePairStringObject() |
Creates an new KeyValuePairStringObject instance. |
Properties
Key | |
Value |
Any object |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KeyValuePairStringObject. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KeyValuePairStringObject. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IKeyValuePairStringObject. |
FromJsonString(String) |
Creates a new instance of KeyValuePairStringObject, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KeyValuePairStringObject into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |