SolutionsClient Interface
public interface SolutionsClient
An instance of this class provides access to all the operations defined in SolutionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<SolutionInner>,SolutionInner> beginCreateOrUpdate(String resourceGroupName, String solutionName, SolutionInner parameters)
Create/Update Solution. Creates or updates the Solution.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<SolutionInner>,SolutionInner> beginCreateOrUpdate(String resourceGroupName, String solutionName, SolutionInner parameters, Context context)
Create/Update Solution. Creates or updates the Solution.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String solutionName)
Deletes the solution Deletes the solution in the subscription.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String solutionName, Context context)
Deletes the solution Deletes the solution in the subscription.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<SolutionInner>,SolutionInner> beginUpdate(String resourceGroupName, String solutionName, SolutionPatch parameters)
Patch a Solution. Patch a Solution. Only updating tags supported.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<SolutionInner>,SolutionInner> beginUpdate(String resourceGroupName, String solutionName, SolutionPatch parameters, Context context)
Patch a Solution. Patch a Solution. Only updating tags supported.
Parameters:
Returns:
createOrUpdate
public abstract SolutionInner createOrUpdate(String resourceGroupName, String solutionName, SolutionInner parameters)
Create/Update Solution. Creates or updates the Solution.
Parameters:
Returns:
createOrUpdate
public abstract SolutionInner createOrUpdate(String resourceGroupName, String solutionName, SolutionInner parameters, Context context)
Create/Update Solution. Creates or updates the Solution.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String solutionName)
Deletes the solution Deletes the solution in the subscription.
Parameters:
delete
public abstract void delete(String resourceGroupName, String solutionName, Context context)
Deletes the solution Deletes the solution in the subscription.
Parameters:
getByResourceGroup
public abstract SolutionInner getByResourceGroup(String resourceGroupName, String solutionName)
Retrieve solution. Retrieves the user solution.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<SolutionInner> getByResourceGroupWithResponse(String resourceGroupName, String solutionName, Context context)
Retrieve solution. Retrieves the user solution.
Parameters:
Returns:
listByResourceGroup
public abstract SolutionPropertiesListInner 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<SolutionPropertiesListInner> 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 SolutionPropertiesListInner 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<SolutionPropertiesListInner> 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:
update
public abstract SolutionInner update(String resourceGroupName, String solutionName, SolutionPatch parameters)
Patch a Solution. Patch a Solution. Only updating tags supported.
Parameters:
Returns:
update
public abstract SolutionInner update(String resourceGroupName, String solutionName, SolutionPatch parameters, Context context)
Patch a Solution. Patch a Solution. Only updating tags supported.
Parameters:
Returns: