ConnectionStringDictionary Class

Definition

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

Constructors

ConnectionStringDictionary()

Properties

Id
Kind
Name
Property
Type

Methods

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

Applies to