ResourceGraphManager Class
- java.
lang. Object - com.
azure. resourcemanager. resourcegraph. ResourceGraphManager
- com.
public final class ResourceGraphManager
Entry point to ResourceGraphManager. Azure Resource Graph API Reference.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Resource |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Resource |
static
Resource |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Resource |
static Configurable |
configure()
Gets a Configurable instance that can be used to create Resource |
Operations |
operations()
Gets the resource collection API of Operations. |
Resource |
resourceProviders()
Gets the resource collection API of Resource |
Resource |
serviceClient() |
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:
Returns:
authenticate
public static ResourceGraphManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of ResourceGraph service API entry point.
Parameters:
Returns:
configure
public static ResourceGraphManager.Configurable configure()
Gets a Configurable instance that can be used to create ResourceGraphManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
resourceProviders
public ResourceProviders resourceProviders()
Gets the resource collection API of ResourceProviders.
Returns:
serviceClient
public ResourceGraphClient serviceClient()
Returns:
Applies to
Azure SDK for Java