IDataProviderMetadata.PropertyBag Property

Definition

Settings for the data provider

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Settings for the data provider", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IKeyValuePairStringObject) }, Read=true, ReadOnly=true, Required=false, SerializedName="propertyBag", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IKeyValuePairStringObject> PropertyBag { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Settings for the data provider", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IKeyValuePairStringObject) }, Read=true, ReadOnly=true, Required=false, SerializedName="propertyBag", Update=false)>]
member this.PropertyBag : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IKeyValuePairStringObject>
Public ReadOnly Property PropertyBag As List(Of IKeyValuePairStringObject)

Property Value

Attributes

Applies to