Partager via


ResourceGraphManager Class

  • java.lang.Object
    • com.azure.resourcemanager.resourcegraph.ResourceGraphManager

public final class ResourceGraphManager

Entry point to ResourceGraphManager. Azure Resource Graph API Reference.

Method Summary

Modifier and Type Method and Description
static ResourceGraphManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ResourceGraph service API entry point.

static ResourceGraphManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of ResourceGraph service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create ResourceGraphManager with optional configuration.

GraphQueries graphQueries()

Gets the resource collection API of GraphQueries.

Operations operations()

Gets the resource collection API of Operations.

ResourceProviders resourceProviders()

Gets the resource collection API of ResourceProviders.

ResourceGraphClient serviceClient()

Gets wrapped service client ResourceGraphClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Methods inherited from java.lang.Object

Method Details

authenticate

public static ResourceGraphManager authenticate(TokenCredential credential, 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(HttpPipeline httpPipeline, 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.

graphQueries

public GraphQueries graphQueries()

Gets the resource collection API of GraphQueries. It manages GraphQueryResource.

Returns:

Resource collection API of GraphQueries.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

resourceProviders

public ResourceProviders resourceProviders()

Gets the resource collection API of ResourceProviders.

Returns:

Resource collection API of ResourceProviders.

serviceClient

public ResourceGraphClient serviceClient()

Gets wrapped service client ResourceGraphClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client ResourceGraphClient.

Applies to