Sdílet prostřednictvím


ICloudCredentialsProvider.CreateCredentials Method (IDictionary<String, Object>)

 

Creates a CloudCredentials object.

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

Syntax

CloudCredentials CreateCredentials(
    IDictionary<string, object> settings
)
CloudCredentials^ CreateCredentials(
    IDictionary<String^, Object^>^ settings
)
abstract CreateCredentials : 
        settings:IDictionary<string, Object> -> CloudCredentials
Function CreateCredentials (
    settings As IDictionary(Of String, Object)
) As CloudCredentials

Parameters

Return Value

Type: Microsoft.WindowsAzure.CloudCredentials

A CloudCredentials object.

See Also

ICloudCredentialsProvider Interface
Microsoft.WindowsAzure.Common.Platform Namespace

Return to top