Partager via


DevCenterManagementClient Interface

public interface DevCenterManagementClient

The interface for DevCenterManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract AttachedNetworksClient getAttachedNetworks()

Gets the AttachedNetworksClient object to access its operations.

abstract CatalogsClient getCatalogs()

Gets the CatalogsClient object to access its operations.

abstract CheckNameAvailabilitiesClient getCheckNameAvailabilities()

Gets the CheckNameAvailabilitiesClient object to access its operations.

abstract CheckScopedNameAvailabilitiesClient getCheckScopedNameAvailabilities()

Gets the CheckScopedNameAvailabilitiesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DevBoxDefinitionsClient getDevBoxDefinitions()

Gets the DevBoxDefinitionsClient object to access its operations.

abstract DevCentersClient getDevCenters()

Gets the DevCentersClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract EnvironmentDefinitionsClient getEnvironmentDefinitions()

Gets the EnvironmentDefinitionsClient object to access its operations.

abstract EnvironmentTypesClient getEnvironmentTypes()

Gets the EnvironmentTypesClient object to access its operations.

abstract GalleriesClient getGalleries()

Gets the GalleriesClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract ImagesClient getImages()

Gets the ImagesClient object to access its operations.

abstract ImageVersionsClient getImageVersions()

Gets the ImageVersionsClient object to access its operations.

abstract NetworkConnectionsClient getNetworkConnections()

Gets the NetworkConnectionsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract OperationStatusesClient getOperationStatuses()

Gets the OperationStatusesClient object to access its operations.

abstract PoolsClient getPools()

Gets the PoolsClient object to access its operations.

abstract ProjectAllowedEnvironmentTypesClient getProjectAllowedEnvironmentTypes()

Gets the ProjectAllowedEnvironmentTypesClient object to access its operations.

abstract ProjectCatalogEnvironmentDefinitionsClient getProjectCatalogEnvironmentDefinitions()

Gets the ProjectCatalogEnvironmentDefinitionsClient object to access its operations.

abstract ProjectCatalogsClient getProjectCatalogs()

Gets the ProjectCatalogsClient object to access its operations.

abstract ProjectEnvironmentTypesClient getProjectEnvironmentTypes()

Gets the ProjectEnvironmentTypesClient object to access its operations.

abstract ProjectsClient getProjects()

Gets the ProjectsClient object to access its operations.

abstract SchedulesClient getSchedules()

Gets the SchedulesClient object to access its operations.

abstract SkusClient getSkus()

Gets the SkusClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getAttachedNetworks

public abstract AttachedNetworksClient getAttachedNetworks()

Gets the AttachedNetworksClient object to access its operations.

Returns:

the AttachedNetworksClient object.

getCatalogs

public abstract CatalogsClient getCatalogs()

Gets the CatalogsClient object to access its operations.

Returns:

the CatalogsClient object.

getCheckNameAvailabilities

public abstract CheckNameAvailabilitiesClient getCheckNameAvailabilities()

Gets the CheckNameAvailabilitiesClient object to access its operations.

Returns:

the CheckNameAvailabilitiesClient object.

getCheckScopedNameAvailabilities

public abstract CheckScopedNameAvailabilitiesClient getCheckScopedNameAvailabilities()

Gets the CheckScopedNameAvailabilitiesClient object to access its operations.

Returns:

the CheckScopedNameAvailabilitiesClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDevBoxDefinitions

public abstract DevBoxDefinitionsClient getDevBoxDefinitions()

Gets the DevBoxDefinitionsClient object to access its operations.

Returns:

the DevBoxDefinitionsClient object.

getDevCenters

public abstract DevCentersClient getDevCenters()

Gets the DevCentersClient object to access its operations.

Returns:

the DevCentersClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getEnvironmentDefinitions

public abstract EnvironmentDefinitionsClient getEnvironmentDefinitions()

Gets the EnvironmentDefinitionsClient object to access its operations.

Returns:

the EnvironmentDefinitionsClient object.

getEnvironmentTypes

public abstract EnvironmentTypesClient getEnvironmentTypes()

Gets the EnvironmentTypesClient object to access its operations.

Returns:

the EnvironmentTypesClient object.

getGalleries

public abstract GalleriesClient getGalleries()

Gets the GalleriesClient object to access its operations.

Returns:

the GalleriesClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getImages

public abstract ImagesClient getImages()

Gets the ImagesClient object to access its operations.

Returns:

the ImagesClient object.

getImageVersions

public abstract ImageVersionsClient getImageVersions()

Gets the ImageVersionsClient object to access its operations.

Returns:

the ImageVersionsClient object.

getNetworkConnections

public abstract NetworkConnectionsClient getNetworkConnections()

Gets the NetworkConnectionsClient object to access its operations.

Returns:

the NetworkConnectionsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getOperationStatuses

public abstract OperationStatusesClient getOperationStatuses()

Gets the OperationStatusesClient object to access its operations.

Returns:

the OperationStatusesClient object.

getPools

public abstract PoolsClient getPools()

Gets the PoolsClient object to access its operations.

Returns:

the PoolsClient object.

getProjectAllowedEnvironmentTypes

public abstract ProjectAllowedEnvironmentTypesClient getProjectAllowedEnvironmentTypes()

Gets the ProjectAllowedEnvironmentTypesClient object to access its operations.

Returns:

the ProjectAllowedEnvironmentTypesClient object.

getProjectCatalogEnvironmentDefinitions

public abstract ProjectCatalogEnvironmentDefinitionsClient getProjectCatalogEnvironmentDefinitions()

Gets the ProjectCatalogEnvironmentDefinitionsClient object to access its operations.

Returns:

the ProjectCatalogEnvironmentDefinitionsClient object.

getProjectCatalogs

public abstract ProjectCatalogsClient getProjectCatalogs()

Gets the ProjectCatalogsClient object to access its operations.

Returns:

the ProjectCatalogsClient object.

getProjectEnvironmentTypes

public abstract ProjectEnvironmentTypesClient getProjectEnvironmentTypes()

Gets the ProjectEnvironmentTypesClient object to access its operations.

Returns:

the ProjectEnvironmentTypesClient object.

getProjects

public abstract ProjectsClient getProjects()

Gets the ProjectsClient object to access its operations.

Returns:

the ProjectsClient object.

getSchedules

public abstract SchedulesClient getSchedules()

Gets the SchedulesClient object to access its operations.

Returns:

the SchedulesClient object.

getSkus

public abstract SkusClient getSkus()

Gets the SkusClient object to access its operations.

Returns:

the SkusClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

getUsages

public abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

Returns:

the UsagesClient object.

Applies to