Interface DevCenterManagementClient
public interface DevCenterManagementClient
The interface for DevCenterManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets the AttachedNetworksClient object to access its operations.Gets the CatalogsClient object to access its operations.Gets the CheckNameAvailabilitiesClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DevBoxDefinitionsClient object to access its operations.Gets the DevCentersClient object to access its operations.Gets server parameter.Gets the EnvironmentTypesClient object to access its operations.Gets the GalleriesClient object to access its operations.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the ImagesClient object to access its operations.Gets the ImageVersionsClient object to access its operations.Gets the NetworkConnectionsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the OperationStatusesClient object to access its operations.getPools()
Gets the PoolsClient object to access its operations.Gets the ProjectAllowedEnvironmentTypesClient object to access its operations.Gets the ProjectEnvironmentTypesClient object to access its operations.Gets the ProjectsClient object to access its operations.Gets the SchedulesClient object to access its operations.getSkus()
Gets the SkusClient object to access its operations.Gets The ID of the target subscription.Gets the UsagesClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getDevCenters
DevCentersClient getDevCenters()Gets the DevCentersClient object to access its operations.- Returns:
- the DevCentersClient object.
-
getProjects
ProjectsClient getProjects()Gets the ProjectsClient object to access its operations.- Returns:
- the ProjectsClient object.
-
getAttachedNetworks
AttachedNetworksClient getAttachedNetworks()Gets the AttachedNetworksClient object to access its operations.- Returns:
- the AttachedNetworksClient object.
-
getGalleries
GalleriesClient getGalleries()Gets the GalleriesClient object to access its operations.- Returns:
- the GalleriesClient object.
-
getImages
ImagesClient getImages()Gets the ImagesClient object to access its operations.- Returns:
- the ImagesClient object.
-
getImageVersions
ImageVersionsClient getImageVersions()Gets the ImageVersionsClient object to access its operations.- Returns:
- the ImageVersionsClient object.
-
getCatalogs
CatalogsClient getCatalogs()Gets the CatalogsClient object to access its operations.- Returns:
- the CatalogsClient object.
-
getEnvironmentTypes
EnvironmentTypesClient getEnvironmentTypes()Gets the EnvironmentTypesClient object to access its operations.- Returns:
- the EnvironmentTypesClient object.
-
getProjectAllowedEnvironmentTypes
ProjectAllowedEnvironmentTypesClient getProjectAllowedEnvironmentTypes()Gets the ProjectAllowedEnvironmentTypesClient object to access its operations.- Returns:
- the ProjectAllowedEnvironmentTypesClient object.
-
getProjectEnvironmentTypes
ProjectEnvironmentTypesClient getProjectEnvironmentTypes()Gets the ProjectEnvironmentTypesClient object to access its operations.- Returns:
- the ProjectEnvironmentTypesClient object.
-
getDevBoxDefinitions
DevBoxDefinitionsClient getDevBoxDefinitions()Gets the DevBoxDefinitionsClient object to access its operations.- Returns:
- the DevBoxDefinitionsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getOperationStatuses
OperationStatusesClient getOperationStatuses()Gets the OperationStatusesClient object to access its operations.- Returns:
- the OperationStatusesClient object.
-
getUsages
UsagesClient getUsages()Gets the UsagesClient object to access its operations.- Returns:
- the UsagesClient object.
-
getCheckNameAvailabilities
CheckNameAvailabilitiesClient getCheckNameAvailabilities()Gets the CheckNameAvailabilitiesClient object to access its operations.- Returns:
- the CheckNameAvailabilitiesClient object.
-
getSkus
SkusClient getSkus()Gets the SkusClient object to access its operations.- Returns:
- the SkusClient object.
-
getPools
PoolsClient getPools()Gets the PoolsClient object to access its operations.- Returns:
- the PoolsClient object.
-
getSchedules
SchedulesClient getSchedules()Gets the SchedulesClient object to access its operations.- Returns:
- the SchedulesClient object.
-
getNetworkConnections
NetworkConnectionsClient getNetworkConnections()Gets the NetworkConnectionsClient object to access its operations.- Returns:
- the NetworkConnectionsClient object.
-