Class ResourceGraphManager


  • public final class ResourceGraphManager
    extends Object
    Entry point to ResourceGraphManager. Azure Resource Graph API Reference.
    • Method Detail

      • authenticate

        public static ResourceGraphManager authenticate​(com.azure.core.credential.TokenCredential credential,
                                                        com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of ResourceGraph service API entry point.
        Parameters:
        credential - the credential to use.
        profile - the Azure profile for client.
        Returns:
        the ResourceGraph service API instance.
      • authenticate

        public static ResourceGraphManager authenticate​(com.azure.core.http.HttpPipeline httpPipeline,
                                                        com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of ResourceGraph service API entry point.
        Parameters:
        httpPipeline - the HttpPipeline configured with Azure authentication credential.
        profile - the Azure profile for client.
        Returns:
        the ResourceGraph service API instance.
      • configure

        public static ResourceGraphManager.Configurable configure()
        Gets a Configurable instance that can be used to create ResourceGraphManager with optional configuration.
        Returns:
        the Configurable instance allowing configurations.
      • resourceProviders

        public ResourceProviders resourceProviders()
        Returns:
        Resource collection API of ResourceProviders.
      • operations

        public Operations operations()
        Returns:
        Resource collection API of Operations.
      • serviceClient

        public ResourceGraphClient serviceClient()
        Returns:
        Wrapped service client ResourceGraphClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.