Construtor TokenCloudCredentials (String, String)
Inicializa uma nova instância de TokenCloudCredentials classe com ID de assinatura.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public TokenCloudCredentials(
string subscriptionId,
string token
)
public:
TokenCloudCredentials(
String^ subscriptionId,
String^ token
)
new :
subscriptionId:string *
token:string -> TokenCloudCredentials
Public Sub New (
subscriptionId As String,
token As String
)
Parâmetros
subscriptionId
Type: System.StringA ID da assinatura.
token
Type: System.StringVálido JSON Web Token (JWT).
Consulte também
TokenCloudCredentials Sobrecarga
Classe TokenCloudCredentials
Namespace Microsoft.WindowsAzure
Retornar ao topo