Package | Description |
---|---|
com.microsoft.azure.management |
This package contains the Azure rollup client.
|
Modifier and Type | Method and Description |
---|---|
static Azure.Authenticated |
Azure.authenticate(AzureTokenCredentials credentials)
Authenticate to Azure using an Azure credentials object.
|
Azure.Authenticated |
Azure.Configurable.authenticate(AzureTokenCredentials credentials)
Authenticates API access based on the provided credentials.
|
static Azure.Authenticated |
Azure.authenticate(File credentialsFile)
Authenticates API access using a properties file containing the required credentials.
|
Azure.Authenticated |
Azure.Configurable.authenticate(File credentialsFile)
Authenticates API access using a properties file containing the required credentials.
|
static Azure.Authenticated |
Azure.authenticate(RestClient restClient,
String tenantId)
Authenticates API access using a RestClient instance.
|
static Azure.Authenticated |
Azure.authenticate(RestClient restClient,
String tenantId,
String subscriptionId)
Authenticates API access using a RestClient instance.
|
Copyright © 2019. All rights reserved.