AzureProfile (Azure SDK for Java Reference Documentation)
Andrew Henderson
Published Feb 16, 2026
- Prev Class
- Next Class
- java.lang.Object
- com.azure.resourcemanager.resources.fluentcore.profile.AzureProfile
public class AzureProfileextends Object
Azure profile for client.
Constructor Summary
Constructors Constructor and Description AzureProfile(com.azure.core.management.AzureEnvironment environment)Creates AzureProfile instance with Azure environment.
AzureProfile(String tenantId, String subscriptionId, com.azure.core.management.AzureEnvironment environment)Creates AzureProfile instance with tenant ID, subscription ID and Azure environment.
Constructor Detail
AzureProfile
public AzureProfile(String tenantId, String subscriptionId, com.azure.core.management.AzureEnvironment environment)
Creates AzureProfile instance with tenant ID, subscription ID and Azure environment. The global environment is
AzureEnvironment.AZURE.- Parameters:
tenantId- the tenant ID required for Graph RbacsubscriptionId- the subscription ID required for resource managementenvironment- the Azure environment
Method Detail
- Prev Class
- Next Class
Copyright © 2020 Microsoft Corporation. All rights reserved.