AppServiceManager.Authenticate Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Authenticate(AzureCredentials, String) | |
Authenticate(RestClient, String, String) |
Authenticate(AzureCredentials, String)
public static Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager Authenticate (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials credentials, string subscriptionId);
static member Authenticate : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials * string -> Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager
Public Shared Function Authenticate (credentials As AzureCredentials, subscriptionId As String) As IAppServiceManager
Параметры
- credentials
- AzureCredentials
- subscriptionId
- String
Возвращаемое значение
Применяется к
Authenticate(RestClient, String, String)
public static Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager Authenticate (Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient, string subscriptionId, string tenantId);
static member Authenticate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient * string * string -> Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager
Public Shared Function Authenticate (restClient As RestClient, subscriptionId As String, tenantId As String) As IAppServiceManager
Параметры
- restClient
- RestClient
- subscriptionId
- String
- tenantId
- String
Возвращаемое значение
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET