DevHubManager Class

  • java.lang.Object
    • com.azure.resourcemanager.devhub.DevHubManager

public final class DevHubManager

Entry point to DevHubManager. The AKS Developer Hub Service Client.

Method Summary

Modifier and Type Method and Description
static DevHubManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DevHub service API entry point.

static DevHubManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DevHub service API entry point.

static Configurable configure()

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

Operations operations()

Gets the resource collection API of Operations.

ResourceProviders resourceProviders()

Gets the resource collection API of ResourceProviders.

DeveloperHubServiceClient serviceClient()

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

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the DevHub service API instance.

authenticate

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

configure

public static DevHubManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

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 DeveloperHubServiceClient serviceClient()

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

Returns:

Wrapped service client DeveloperHubServiceClient.

workflows

public Workflows workflows()

Gets the resource collection API of Workflows. It manages Workflow.

Returns:

Resource collection API of Workflows.

Applies to