DevHubManager Class
- java.
lang. Object - com.
azure. resourcemanager. devhub. DevHubManager
- com.
public final class DevHubManager
Entry point to DevHubManager. The AKS Developer Hub Service Client.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Dev |
|
static
Dev |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Dev |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Dev |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Resource |
resourceProviders()
Gets the resource collection API of Resource |
|
Developer |
serviceClient()
Gets wrapped service client Developer |
| Workflows |
workflows()
Gets the resource collection API of Workflows. |
Methods inherited from java.lang.Object
Method Details
authenticate
public static DevHubManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of DevHub service API entry point.
Parameters:
Returns:
authenticate
public static DevHubManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of DevHub service API entry point.
Parameters:
Returns:
configure
public static DevHubManager.Configurable configure()
Gets a Configurable instance that can be used to create DevHubManager 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 DeveloperHubServiceClient serviceClient()
Gets wrapped service client DeveloperHubServiceClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
workflows
public Workflows workflows()
Gets the resource collection API of Workflows. It manages Workflow.
Returns: