Applications Interface
public interface Applications
Resource collection API of Applications.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Application resource. |
| abstract void |
delete(String applicationId)
Delete an Application over a given scope. |
| abstract void |
deleteById(String id)
Delete an Application over a given scope. |
| abstract Response<Void> |
deleteByIdWithResponse(String id, Context context)
Delete an Application over a given scope. |
| abstract Response<Void> |
deleteWithResponse(String applicationId, Context context)
Delete an Application over a given scope. |
| abstract Application |
get(String applicationId)
Get a specific application for the requested scope by application |
| abstract Application |
getById(String id)
Get a specific application for the requested scope by application |
| abstract Response<Application> |
getByIdWithResponse(String id, Context context)
Get a specific application for the requested scope by application |
| abstract Response<Application> |
getWithResponse(String applicationId, Context context)
Get a specific application for the requested scope by application |
|
abstract
Paged |
list()
Get a list of all relevant applications over a subscription level scope. |
|
abstract
Paged |
list(Context context)
Get a list of all relevant applications over a subscription level scope. |
Method Details
define
public abstract Application.DefinitionStages.Blank define(String name)
Begins definition for a new Application resource.
Parameters:
Returns:
delete
public abstract void delete(String applicationId)
Delete an Application over a given scope.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete an Application over a given scope.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete an Application over a given scope.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String applicationId, Context context)
Delete an Application over a given scope.
Parameters:
Returns:
get
public abstract Application get(String applicationId)
Get a specific application for the requested scope by applicationId.
Parameters:
Returns:
getById
public abstract Application getById(String id)
Get a specific application for the requested scope by applicationId.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Application> getByIdWithResponse(String id, Context context)
Get a specific application for the requested scope by applicationId.
Parameters:
Returns:
getWithResponse
public abstract Response<Application> getWithResponse(String applicationId, Context context)
Get a specific application for the requested scope by applicationId.
Parameters:
Returns:
list
public abstract PagedIterable<Application> list()
Get a list of all relevant applications over a subscription level scope.
Returns:
list
public abstract PagedIterable<Application> list(Context context)
Get a list of all relevant applications over a subscription level scope.
Parameters:
Returns: