Bagikan melalui


StringDictionary Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StringDictionaryTypeConverter))]
public class StringDictionary : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StringDictionaryTypeConverter))>]
type StringDictionary = class
    interface IStringDictionary
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class StringDictionary
Implements IStringDictionary, IValidates
Inheritance
StringDictionary
Attributes
Implements

Constructors

StringDictionary()

Properties

Id
Kind
Name
Property
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to