DevSpacesManager Class

  • java.lang.Object
    • com.azure.resourcemanager.devspaces.DevSpacesManager

public final class DevSpacesManager

Entry point to DevSpacesManager. Dev Spaces Client.

Method Summary

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

Creates an instance of DevSpaces service API entry point.

static DevSpacesManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DevSpaces service API entry point.

static Configurable configure()

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

ContainerHostMappings containerHostMappings()

Gets the resource collection API of ContainerHostMappings.

Controllers controllers()

Gets the resource collection API of Controllers.

Operations operations()

Gets the resource collection API of Operations.

DevSpacesManagementClient serviceClient()

Gets wrapped service client DevSpacesManagementClient 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 DevSpacesManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DevSpaces service API entry point.

Parameters:

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

Returns:

the DevSpaces service API instance.

authenticate

public static DevSpacesManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DevSpaces service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the DevSpaces service API instance.

configure

public static DevSpacesManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

containerHostMappings

public ContainerHostMappings containerHostMappings()

Gets the resource collection API of ContainerHostMappings.

Returns:

Resource collection API of ContainerHostMappings.

controllers

public Controllers controllers()

Gets the resource collection API of Controllers. It manages Controller.

Returns:

Resource collection API of Controllers.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public DevSpacesManagementClient serviceClient()

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

Returns:

Wrapped service client DevSpacesManagementClient.

Applies to