Applications Interface
public interface Applications
Resource collection API of Applications.
Method Summary
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 resourceGroupName, String accountName, String applicationName)
Deletes an application.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes an application.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes an application.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String applicationName, Context context)
Deletes an application.
Parameters:
Returns:
get
public abstract Application get(String resourceGroupName, String accountName, String applicationName)
Gets information about the specified application.
Parameters:
Returns:
getById
public abstract Application getById(String id)
Gets information about the specified application.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Application> getByIdWithResponse(String id, Context context)
Gets information about the specified application.
Parameters:
Returns:
getWithResponse
public abstract Response<Application> getWithResponse(String resourceGroupName, String accountName, String applicationName, Context context)
Gets information about the specified application.
Parameters:
Returns:
list
public abstract PagedIterable<Application> list(String resourceGroupName, String accountName)
Lists all of the applications in the specified account.
Parameters:
Returns:
list
public abstract PagedIterable<Application> list(String resourceGroupName, String accountName, Integer maxresults, Context context)
Lists all of the applications in the specified account.
Parameters:
Returns: