DevCenterManager Class

  • java.lang.Object
    • com.azure.resourcemanager.devcenter.DevCenterManager

public final class DevCenterManager

Entry point to DevCenterManager. DevCenter Management API.

Method Summary

Modifier and Type Method and Description
AttachedNetworks attachedNetworks()

Gets the resource collection API of AttachedNetworks.

static DevCenterManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DevCenter service API entry point.

static DevCenterManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DevCenter service API entry point.

Catalogs catalogs()

Gets the resource collection API of Catalogs.

CheckNameAvailabilities checkNameAvailabilities()

Gets the resource collection API of CheckNameAvailabilities.

CheckScopedNameAvailabilities checkScopedNameAvailabilities()

Gets the resource collection API of CheckScopedNameAvailabilities.

static Configurable configure()

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

DevBoxDefinitions devBoxDefinitions()

Gets the resource collection API of DevBoxDefinitions.

DevCenters devCenters()

Gets the resource collection API of DevCenters.

EnvironmentDefinitions environmentDefinitions()

Gets the resource collection API of EnvironmentDefinitions.

EnvironmentTypes environmentTypes()

Gets the resource collection API of EnvironmentTypes.

Galleries galleries()

Gets the resource collection API of Galleries.

Images images()

Gets the resource collection API of Images.

ImageVersions imageVersions()

Gets the resource collection API of ImageVersions.

NetworkConnections networkConnections()

Gets the resource collection API of NetworkConnections.

Operations operations()

Gets the resource collection API of Operations.

OperationStatuses operationStatuses()

Gets the resource collection API of OperationStatuses.

Pools pools()

Gets the resource collection API of Pools.

ProjectAllowedEnvironmentTypes projectAllowedEnvironmentTypes()

Gets the resource collection API of ProjectAllowedEnvironmentTypes.

ProjectCatalogEnvironmentDefinitions projectCatalogEnvironmentDefinitions()

Gets the resource collection API of ProjectCatalogEnvironmentDefinitions.

ProjectCatalogs projectCatalogs()

Gets the resource collection API of ProjectCatalogs.

ProjectEnvironmentTypes projectEnvironmentTypes()

Gets the resource collection API of ProjectEnvironmentTypes.

Projects projects()

Gets the resource collection API of Projects.

Schedules schedules()

Gets the resource collection API of Schedules.

DevCenterManagementClient serviceClient()

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

Skus skus()

Gets the resource collection API of Skus.

Usages usages()

Gets the resource collection API of Usages.

Methods inherited from java.lang.Object

Method Details

attachedNetworks

public AttachedNetworks attachedNetworks()

Gets the resource collection API of AttachedNetworks. It manages AttachedNetworkConnection.

Returns:

Resource collection API of AttachedNetworks.

authenticate

public static DevCenterManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DevCenter service API entry point.

Parameters:

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

Returns:

the DevCenter service API instance.

authenticate

public static DevCenterManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DevCenter service API entry point.

Parameters:

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

Returns:

the DevCenter service API instance.

catalogs

public Catalogs catalogs()

Gets the resource collection API of Catalogs.

Returns:

Resource collection API of Catalogs.

checkNameAvailabilities

public CheckNameAvailabilities checkNameAvailabilities()

Gets the resource collection API of CheckNameAvailabilities.

Returns:

Resource collection API of CheckNameAvailabilities.

checkScopedNameAvailabilities

public CheckScopedNameAvailabilities checkScopedNameAvailabilities()

Gets the resource collection API of CheckScopedNameAvailabilities.

Returns:

Resource collection API of CheckScopedNameAvailabilities.

configure

public static DevCenterManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

devBoxDefinitions

public DevBoxDefinitions devBoxDefinitions()

Gets the resource collection API of DevBoxDefinitions. It manages DevBoxDefinition.

Returns:

Resource collection API of DevBoxDefinitions.

devCenters

public DevCenters devCenters()

Gets the resource collection API of DevCenters. It manages DevCenter.

Returns:

Resource collection API of DevCenters.

environmentDefinitions

public EnvironmentDefinitions environmentDefinitions()

Gets the resource collection API of EnvironmentDefinitions.

Returns:

Resource collection API of EnvironmentDefinitions.

environmentTypes

public EnvironmentTypes environmentTypes()

Gets the resource collection API of EnvironmentTypes. It manages EnvironmentType.

Returns:

Resource collection API of EnvironmentTypes.

galleries

public Galleries galleries()

Gets the resource collection API of Galleries. It manages Gallery.

Returns:

Resource collection API of Galleries.

images

public Images images()

Gets the resource collection API of Images.

Returns:

Resource collection API of Images.

imageVersions

public ImageVersions imageVersions()

Gets the resource collection API of ImageVersions.

Returns:

Resource collection API of ImageVersions.

networkConnections

public NetworkConnections networkConnections()

Gets the resource collection API of NetworkConnections. It manages NetworkConnection.

Returns:

Resource collection API of NetworkConnections.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

operationStatuses

public OperationStatuses operationStatuses()

Gets the resource collection API of OperationStatuses.

Returns:

Resource collection API of OperationStatuses.

pools

public Pools pools()

Gets the resource collection API of Pools. It manages Pool.

Returns:

Resource collection API of Pools.

projectAllowedEnvironmentTypes

public ProjectAllowedEnvironmentTypes projectAllowedEnvironmentTypes()

Gets the resource collection API of ProjectAllowedEnvironmentTypes.

Returns:

Resource collection API of ProjectAllowedEnvironmentTypes.

projectCatalogEnvironmentDefinitions

public ProjectCatalogEnvironmentDefinitions projectCatalogEnvironmentDefinitions()

Gets the resource collection API of ProjectCatalogEnvironmentDefinitions.

Returns:

Resource collection API of ProjectCatalogEnvironmentDefinitions.

projectCatalogs

public ProjectCatalogs projectCatalogs()

Gets the resource collection API of ProjectCatalogs. It manages Catalog.

Returns:

Resource collection API of ProjectCatalogs.

projectEnvironmentTypes

public ProjectEnvironmentTypes projectEnvironmentTypes()

Gets the resource collection API of ProjectEnvironmentTypes. It manages ProjectEnvironmentType.

Returns:

Resource collection API of ProjectEnvironmentTypes.

projects

public Projects projects()

Gets the resource collection API of Projects. It manages Project.

Returns:

Resource collection API of Projects.

schedules

public Schedules schedules()

Gets the resource collection API of Schedules. It manages Schedule.

Returns:

Resource collection API of Schedules.

serviceClient

public DevCenterManagementClient serviceClient()

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

Returns:

Wrapped service client DevCenterManagementClient.

skus

public Skus skus()

Gets the resource collection API of Skus.

Returns:

Resource collection API of Skus.

usages

public Usages usages()

Gets the resource collection API of Usages.

Returns:

Resource collection API of Usages.

Applies to