Interface Applications
public interface Applications
Resource collection API of Applications.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition for a new Application resource.voidDeletes an application.voiddeleteById(String id) Deletes an application.com.azure.core.http.rest.Response<Void>deleteByIdWithResponse(String id, com.azure.core.util.Context context) Deletes an application.com.azure.core.http.rest.Response<Void>deleteWithResponse(String resourceGroupName, String accountName, String applicationName, com.azure.core.util.Context context) Deletes an application.Gets information about the specified application.Gets information about the specified application.com.azure.core.http.rest.Response<Application>getByIdWithResponse(String id, com.azure.core.util.Context context) Gets information about the specified application.com.azure.core.http.rest.Response<Application>getWithResponse(String resourceGroupName, String accountName, String applicationName, com.azure.core.util.Context context) Gets information about the specified application.com.azure.core.http.rest.PagedIterable<Application>Lists all of the applications in the specified account.com.azure.core.http.rest.PagedIterable<Application>list(String resourceGroupName, String accountName, Integer maxresults, com.azure.core.util.Context context) Lists all of the applications in the specified account.
-
Method Details
-
deleteWithResponse
com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String applicationName, com.azure.core.util.Context context) Deletes an application.- Parameters:
resourceGroupName- The name of the resource group that contains the Batch account.accountName- The name of the Batch account.applicationName- The name of the application. This must be unique within the account.context- The context to associate with this operation.- Returns:
- the
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.
-
delete
Deletes an application.- Parameters:
resourceGroupName- The name of the resource group that contains the Batch account.accountName- The name of the Batch account.applicationName- The name of the application. This must be unique within the account.- 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.
-
getWithResponse
com.azure.core.http.rest.Response<Application> getWithResponse(String resourceGroupName, String accountName, String applicationName, com.azure.core.util.Context context) Gets information about the specified application.- Parameters:
resourceGroupName- The name of the resource group that contains the Batch account.accountName- The name of the Batch account.applicationName- The name of the application. This must be unique within the account.context- The context to associate with this operation.- Returns:
- information about the specified application 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.
-
get
Gets information about the specified application.- Parameters:
resourceGroupName- The name of the resource group that contains the Batch account.accountName- The name of the Batch account.applicationName- The name of the application. This must be unique within the account.- Returns:
- information about the specified application.
- 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.
-
list
com.azure.core.http.rest.PagedIterable<Application> list(String resourceGroupName, String accountName) Lists all of the applications in the specified account.- Parameters:
resourceGroupName- The name of the resource group that contains the Batch account.accountName- The name of the Batch account.- Returns:
- the result of performing list applications 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.
-
list
com.azure.core.http.rest.PagedIterable<Application> list(String resourceGroupName, String accountName, Integer maxresults, com.azure.core.util.Context context) Lists all of the applications in the specified account.- Parameters:
resourceGroupName- The name of the resource group that contains the Batch account.accountName- The name of the Batch account.maxresults- The maximum number of items to return in the response.context- The context to associate with this operation.- Returns:
- the result of performing list applications 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.
-
getById
Gets information about the specified application.- Parameters:
id- the resource ID.- Returns:
- information about the specified application 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<Application> getByIdWithResponse(String id, com.azure.core.util.Context context) Gets information about the specified application.- Parameters:
id- the resource ID.context- The context to associate with this operation.- Returns:
- information about the specified application 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 an application.- 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
com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context) Deletes an application.- Parameters:
id- the resource ID.context- The context to associate with this operation.- Returns:
- the
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.
-
define
Begins definition for a new Application resource.- Parameters:
name- resource name.- Returns:
- the first stage of the new Application definition.
-