Solutions Interface
public interface Solutions
Resource collection API of Solutions.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Solution resource. |
| abstract void |
delete(String resourceGroupName, String solutionName, Context context)
Deletes the solution Deletes the solution in the subscription. |
| abstract void |
deleteById(String id)
Deletes the solution Deletes the solution in the subscription. |
| abstract void |
deleteByIdWithResponse(String id, Context context)
Deletes the solution Deletes the solution in the subscription. |
| abstract void |
deleteByResourceGroup(String resourceGroupName, String solutionName)
Deletes the solution Deletes the solution in the subscription. |
| abstract Solution |
getById(String id)
Retrieve solution. |
| abstract Response<Solution> |
getByIdWithResponse(String id, Context context)
Retrieve solution. |
| abstract Solution |
getByResourceGroup(String resourceGroupName, String solutionName)
Retrieve solution. |
| abstract Response<Solution> |
getByResourceGroupWithResponse(String resourceGroupName, String solutionName, Context context)
Retrieve solution. |
|
abstract
Solution |
listByResourceGroup(String resourceGroupName)
Retrieves the solution list for the subscription Retrieves the solution list. |
|
abstract
Response<Solution |
listByResourceGroupWithResponse(String resourceGroupName, Context context)
Retrieves the solution list for the subscription Retrieves the solution list. |
|
abstract
Solution |
listBySubscription()
Retrieves the solution list for the subscription Retrieves the solution list. |
|
abstract
Response<Solution |
listBySubscriptionWithResponse(Context context)
Retrieves the solution list for the subscription Retrieves the solution list. |
Method Details
define
public abstract Solution.DefinitionStages.Blank define(String name)
Begins definition for a new Solution resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String solutionName, Context context)
Deletes the solution Deletes the solution in the subscription.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes the solution Deletes the solution in the subscription.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes the solution Deletes the solution in the subscription.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String solutionName)
Deletes the solution Deletes the solution in the subscription.
Parameters:
getById
public abstract Solution getById(String id)
Retrieve solution. Retrieves the user solution.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Solution> getByIdWithResponse(String id, Context context)
Retrieve solution. Retrieves the user solution.
Parameters:
Returns:
getByResourceGroup
public abstract Solution getByResourceGroup(String resourceGroupName, String solutionName)
Retrieve solution. Retrieves the user solution.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<Solution> getByResourceGroupWithResponse(String resourceGroupName, String solutionName, Context context)
Retrieve solution. Retrieves the user solution.
Parameters:
Returns:
listByResourceGroup
public abstract SolutionPropertiesList listByResourceGroup(String resourceGroupName)
Retrieves the solution list for the subscription Retrieves the solution list. It will retrieve both first party and third party solutions.
Parameters:
Returns:
listByResourceGroupWithResponse
public abstract Response<SolutionPropertiesList> listByResourceGroupWithResponse(String resourceGroupName, Context context)
Retrieves the solution list for the subscription Retrieves the solution list. It will retrieve both first party and third party solutions.
Parameters:
Returns:
listBySubscription
public abstract SolutionPropertiesList listBySubscription()
Retrieves the solution list for the subscription Retrieves the solution list. It will retrieve both first party and third party solutions.
Returns:
listBySubscriptionWithResponse
public abstract Response<SolutionPropertiesList> listBySubscriptionWithResponse(Context context)
Retrieves the solution list for the subscription Retrieves the solution list. It will retrieve both first party and third party solutions.
Parameters:
Returns: