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
Attached |
getAttachedNetworks()
Gets the Attached |
|
abstract
Catalogs |
getCatalogs()
Gets the Catalogs |
|
abstract
Check |
getCheckNameAvailabilities()
Gets the Check |
|
abstract
Check |
getCheckScopedNameAvailabilities()
Gets the Check |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
|
abstract
Dev |
getDevBoxDefinitions()
Gets the Dev |
|
abstract
Dev |
getDevCenters()
Gets the Dev |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Environment |
getEnvironmentDefinitions()
Gets the Environment |
|
abstract
Environment |
getEnvironmentTypes()
Gets the Environment |
|
abstract
Galleries |
getGalleries()
Gets the Galleries |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Images |
getImages()
Gets the Images |
|
abstract
Image |
getImageVersions()
Gets the Image |
|
abstract
Network |
getNetworkConnections()
Gets the Network |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Operation |
getOperationStatuses()
Gets the Operation |
|
abstract
Pools |
getPools()
Gets the Pools |
|
abstract
Project |
getProjectAllowedEnvironmentTypes()
Gets the Project |
|
abstract
Project |
getProjectCatalogEnvironmentDefinitions()
Gets the Project |
|
abstract
Project |
getProjectCatalogs()
Gets the Project |
|
abstract
Project |
getProjectEnvironmentTypes()
Gets the Project |
|
abstract
Projects |
getProjects()
Gets the Projects |
|
abstract
Schedules |
getSchedules()
Gets the Schedules |
|
abstract
Skus |
getSkus()
Gets the Skus |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Usages |
getUsages()
Gets the Usages |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getAttachedNetworks
public abstract AttachedNetworksClient getAttachedNetworks()
Gets the AttachedNetworksClient object to access its operations.
Returns:
getCatalogs
public abstract CatalogsClient getCatalogs()
Gets the CatalogsClient object to access its operations.
Returns:
getCheckNameAvailabilities
public abstract CheckNameAvailabilitiesClient getCheckNameAvailabilities()
Gets the CheckNameAvailabilitiesClient object to access its operations.
Returns:
getCheckScopedNameAvailabilities
public abstract CheckScopedNameAvailabilitiesClient getCheckScopedNameAvailabilities()
Gets the CheckScopedNameAvailabilitiesClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDevBoxDefinitions
public abstract DevBoxDefinitionsClient getDevBoxDefinitions()
Gets the DevBoxDefinitionsClient object to access its operations.
Returns:
getDevCenters
public abstract DevCentersClient getDevCenters()
Gets the DevCentersClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getEnvironmentDefinitions
public abstract EnvironmentDefinitionsClient getEnvironmentDefinitions()
Gets the EnvironmentDefinitionsClient object to access its operations.
Returns:
getEnvironmentTypes
public abstract EnvironmentTypesClient getEnvironmentTypes()
Gets the EnvironmentTypesClient object to access its operations.
Returns:
getGalleries
public abstract GalleriesClient getGalleries()
Gets the GalleriesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getImages
public abstract ImagesClient getImages()
Gets the ImagesClient object to access its operations.
Returns:
getImageVersions
public abstract ImageVersionsClient getImageVersions()
Gets the ImageVersionsClient object to access its operations.
Returns:
getNetworkConnections
public abstract NetworkConnectionsClient getNetworkConnections()
Gets the NetworkConnectionsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getOperationStatuses
public abstract OperationStatusesClient getOperationStatuses()
Gets the OperationStatusesClient object to access its operations.
Returns:
getPools
public abstract PoolsClient getPools()
Gets the PoolsClient object to access its operations.
Returns:
getProjectAllowedEnvironmentTypes
public abstract ProjectAllowedEnvironmentTypesClient getProjectAllowedEnvironmentTypes()
Gets the ProjectAllowedEnvironmentTypesClient object to access its operations.
Returns:
getProjectCatalogEnvironmentDefinitions
public abstract ProjectCatalogEnvironmentDefinitionsClient getProjectCatalogEnvironmentDefinitions()
Gets the ProjectCatalogEnvironmentDefinitionsClient object to access its operations.
Returns:
getProjectCatalogs
public abstract ProjectCatalogsClient getProjectCatalogs()
Gets the ProjectCatalogsClient object to access its operations.
Returns:
getProjectEnvironmentTypes
public abstract ProjectEnvironmentTypesClient getProjectEnvironmentTypes()
Gets the ProjectEnvironmentTypesClient object to access its operations.
Returns:
getProjects
public abstract ProjectsClient getProjects()
Gets the ProjectsClient object to access its operations.
Returns:
getSchedules
public abstract SchedulesClient getSchedules()
Gets the SchedulesClient object to access its operations.
Returns:
getSkus
public abstract SkusClient getSkus()
Gets the SkusClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getUsages
public abstract UsagesClient getUsages()
Gets the UsagesClient object to access its operations.
Returns: