Share via


CloudConfiguration.ConfigurationProvider Property

 

Gets a platform-specific configuration provider.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public static ICloudConfigurationProvider ConfigurationProvider { get; }
public:
property ICloudConfigurationProvider^ ConfigurationProvider {
    static ICloudConfigurationProvider^ get();
}
static member ConfigurationProvider : ICloudConfigurationProvider with get
Public Shared ReadOnly Property ConfigurationProvider As ICloudConfigurationProvider

Property Value

Type: Microsoft.WindowsAzure.Common.Platform.ICloudConfigurationProvider

A ICloudConfigurationProvider object that specifies a platform-specific configuration provider.

See Also

CloudConfiguration Class
Microsoft.WindowsAzure.Common Namespace

Return to top