Interface DevCenters
public interface DevCenters
Resource collection API of DevCenters.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition for a new DevCenter resource.void
Deletes a devcenter.void
deleteById
(String id) Deletes a devcenter.void
deleteByIdWithResponse
(String id, com.azure.core.util.Context context) Deletes a devcenter.void
deleteByResourceGroup
(String resourceGroupName, String devCenterName) Deletes a devcenter.Gets a devcenter.com.azure.core.http.rest.Response<DevCenter>
getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a devcenter.getByResourceGroup
(String resourceGroupName, String devCenterName) Gets a devcenter.com.azure.core.http.rest.Response<DevCenter>
getByResourceGroupWithResponse
(String resourceGroupName, String devCenterName, com.azure.core.util.Context context) Gets a devcenter.com.azure.core.http.rest.PagedIterable<DevCenter>
list()
Lists all devcenters in a subscription.com.azure.core.http.rest.PagedIterable<DevCenter>
Lists all devcenters in a subscription.com.azure.core.http.rest.PagedIterable<DevCenter>
listByResourceGroup
(String resourceGroupName) Lists all devcenters in a resource group.com.azure.core.http.rest.PagedIterable<DevCenter>
listByResourceGroup
(String resourceGroupName, Integer top, com.azure.core.util.Context context) Lists all devcenters in a resource group.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<DevCenter> list()Lists all devcenters in a subscription.- Returns:
- result of the list devcenters operation as paginated response with
PagedIterable
. - Throws:
com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<DevCenter> list(Integer top, com.azure.core.util.Context context) Lists all devcenters in a subscription.- Parameters:
top
- The maximum number of resources to return from the operation. Example: '$top=10'.context
- The context to associate with this operation.- Returns:
- result of the list devcenters operation as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listByResourceGroup
Lists all devcenters in a resource group.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.- Returns:
- result of the list devcenters operation as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listByResourceGroup
com.azure.core.http.rest.PagedIterable<DevCenter> listByResourceGroup(String resourceGroupName, Integer top, com.azure.core.util.Context context) Lists all devcenters in a resource group.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.top
- The maximum number of resources to return from the operation. Example: '$top=10'.context
- The context to associate with this operation.- Returns:
- result of the list devcenters operation as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getByResourceGroupWithResponse
com.azure.core.http.rest.Response<DevCenter> getByResourceGroupWithResponse(String resourceGroupName, String devCenterName, com.azure.core.util.Context context) Gets a devcenter.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.devCenterName
- The name of the devcenter.context
- The context to associate with this operation.- Returns:
- a devcenter along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getByResourceGroup
Gets a devcenter.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.devCenterName
- The name of the devcenter.- Returns:
- a devcenter.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteByResourceGroup
Deletes a devcenter.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.devCenterName
- The name of the devcenter.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Deletes a devcenter.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.devCenterName
- The name of the devcenter.context
- The context to associate with this operation.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getById
Gets a devcenter.- Parameters:
id
- the resource ID.- Returns:
- a devcenter along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdWithResponse
com.azure.core.http.rest.Response<DevCenter> getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a devcenter.- Parameters:
id
- the resource ID.context
- The context to associate with this operation.- Returns:
- a devcenter along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteById
Deletes a devcenter.- Parameters:
id
- the resource ID.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteByIdWithResponse
Deletes a devcenter.- Parameters:
id
- the resource ID.context
- The context to associate with this operation.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
define
Begins definition for a new DevCenter resource.- Parameters:
name
- resource name.- Returns:
- the first stage of the new DevCenter definition.
-