Package com.azure.resourcemanager.devhub
Class DevHubManager
java.lang.Object
com.azure.resourcemanager.devhub.DevHubManager
Entry point to DevHubManager. The AKS Developer Hub Service Client.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic DevHubManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DevHub service API entry point.static DevHubManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DevHub service API entry point.static DevHubManager.Configurable
Gets a Configurable instance that can be used to create DevHubManager with optional configuration.Gets the resource collection API of Operations.Gets the resource collection API of ResourceProviders.Gets the resource collection API of Workflows.
-
Method Details
-
authenticate
public static DevHubManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DevHub service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the DevHub service API instance.
-
authenticate
public static DevHubManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DevHub service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the DevHub service API instance.
-
configure
Gets a Configurable instance that can be used to create DevHubManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
resourceProviders
Gets the resource collection API of ResourceProviders.- Returns:
- Resource collection API of ResourceProviders.
-
workflows
Gets the resource collection API of Workflows. It manages Workflow.- Returns:
- Resource collection API of Workflows.
-
serviceClient
- Returns:
- Wrapped service client DeveloperHubServiceClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-