IDataProviderMetadata.PropertyBag Property
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.
Settings for the data provider
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Settings for the data provider", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IKeyValuePairStringObject) }, ReadOnly=true, Required=false, SerializedName="propertyBag")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IKeyValuePairStringObject[] PropertyBag { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Settings for the data provider", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IKeyValuePairStringObject) }, ReadOnly=true, Required=false, SerializedName="propertyBag")>]
member this.PropertyBag : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IKeyValuePairStringObject[]
Public ReadOnly Property PropertyBag As IKeyValuePairStringObject()
Property Value
- Attributes