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 | |
---|---|---|
GetConnectionInfo(Type, String, String, String) | Gets the connection information for the configuration provider. |
|
GetSetting(String) | Gets the provider setting. |
|
RegisterDefaultCloudCredentialsProviders() | Registers platform-specific cloud configuration providers with the common runtime. |
See Also
Microsoft.WindowsAzure.Common.Platform Namespace
Return to top