Uses of Interface
com.microsoft.azure.management.Azure.Authenticated
Packages that use Azure.Authenticated
-
Uses of Azure.Authenticated in com.microsoft.azure.management
Methods in com.microsoft.azure.management that return Azure.AuthenticatedModifier and TypeMethodDescriptionstatic Azure.Authenticated
Azure.authenticate
(com.microsoft.azure.credentials.AzureTokenCredentials credentials) Authenticate to Azure using an Azure credentials object.static Azure.Authenticated
Azure.authenticate
(com.microsoft.rest.RestClient restClient, String tenantId) Authenticates API access using a RestClient instance.static Azure.Authenticated
Azure.authenticate
(com.microsoft.rest.RestClient restClient, String tenantId, String subscriptionId) Authenticates API access using a RestClient instance.static Azure.Authenticated
Azure.authenticate
(File credentialsFile) Authenticates API access using a properties file containing the required credentials.Azure.Configurable.authenticate
(com.microsoft.azure.credentials.AzureTokenCredentials credentials) Authenticates API access based on the provided credentials.Azure.Configurable.authenticate
(File credentialsFile) Authenticates API access using a properties file containing the required credentials.