I
InsightNexus

AzureProfile (Azure SDK for Java Reference Documentation)

Author

Andrew Henderson

Published Feb 16, 2026

AzureProfile (Azure SDK for Java Reference Documentation)
  • Prev Class
  • Next Class
  • java.lang.Object
    • com.azure.resourcemanager.resources.fluentcore.profile.AzureProfile

  • public class AzureProfileextends Object

    Azure profile for client.

    • 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 Rbac
        subscriptionId - the subscription ID required for resource management
        environment - the Azure environment
    • Method Detail

  • Prev Class
  • Next Class

Copyright © 2020 Microsoft Corporation. All rights reserved.