Método TokenCloudCredentials.Create (IDictionary<String, Object>)
Tentativa de criar credenciais de token de um conjunto de configurações.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public static TokenCloudCredentials Create(
IDictionary<string, object> settings
)
public:
static TokenCloudCredentials^ Create(
IDictionary<String^, Object^>^ settings
)
static member Create :
settings:IDictionary<string, Object> -> TokenCloudCredentials
Public Shared Function Create (
settings As IDictionary(Of String, Object)
) As TokenCloudCredentials
Parâmetros
settings
Type: System.Collections.Generic.IDictionary<String, Object>As configurações a serem usadas.
Valor de retorno
Type: Microsoft.WindowsAzure.TokenCloudCredentials
TokenCloudCredentials é criada, null caso contrário.
Consulte também
Classe TokenCloudCredentials
Namespace Microsoft.WindowsAzure
Retornar ao topo