DataProviderMetadata Constructors
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.
Overloads
DataProviderMetadata() |
Initializes a new instance of the DataProviderMetadata class. |
DataProviderMetadata(String, IList<KeyValuePairStringObject>) |
Initializes a new instance of the DataProviderMetadata class. |
DataProviderMetadata()
Initializes a new instance of the DataProviderMetadata class.
public DataProviderMetadata ();
Public Sub New ()
Applies to
DataProviderMetadata(String, IList<KeyValuePairStringObject>)
Initializes a new instance of the DataProviderMetadata class.
public DataProviderMetadata (string providerName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringObject> propertyBag = default);
new Microsoft.Azure.Management.WebSites.Models.DataProviderMetadata : string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringObject> -> Microsoft.Azure.Management.WebSites.Models.DataProviderMetadata
Public Sub New (Optional providerName As String = Nothing, Optional propertyBag As IList(Of KeyValuePairStringObject) = Nothing)
Parameters
- providerName
- String
- propertyBag
- IList<KeyValuePairStringObject>
Settings for the data provider