ICloudConfigurationProvider Interface

 

Represents an interface for the cloud configuration provider.

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

Syntax

public interface ICloudConfigurationProvider
public interface class ICloudConfigurationProvider
type ICloudConfigurationProvider = interface end
Public Interface ICloudConfigurationProvider

Methods

Name Description
System_CAPS_pubmethod GetConnectionInfo(Type, String, String, String)

Gets the connection information for the configuration provider.

System_CAPS_pubmethod GetSetting(String)

Gets the provider setting.

System_CAPS_pubmethod RegisterDefaultCloudCredentialsProviders()

Registers platform-specific cloud configuration providers with the common runtime.

See Also

Microsoft.WindowsAzure.Common.Platform Namespace

Return to top