Share via


SolutionsOperations interface

Interface representing a Solutions operations.

Properties

createOrUpdate

Create or update a Solution Resource

delete
get

Get a Solution resource

listByTarget

List Solution resources

update

Update a Solution Resource

Property Details

createOrUpdate

Create or update a Solution Resource

createOrUpdate: (resourceGroupName: string, targetName: string, solutionName: string, resource: Solution, options?: SolutionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Solution>, Solution>

Property Value

(resourceGroupName: string, targetName: string, solutionName: string, resource: Solution, options?: SolutionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Solution>, Solution>

delete

delete: (resourceGroupName: string, targetName: string, solutionName: string, options?: SolutionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, targetName: string, solutionName: string, options?: SolutionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get a Solution resource

get: (resourceGroupName: string, targetName: string, solutionName: string, options?: SolutionsGetOptionalParams) => Promise<Solution>

Property Value

(resourceGroupName: string, targetName: string, solutionName: string, options?: SolutionsGetOptionalParams) => Promise<Solution>

listByTarget

List Solution resources

listByTarget: (resourceGroupName: string, targetName: string, options?: SolutionsListByTargetOptionalParams) => PagedAsyncIterableIterator<Solution, Solution[], PageSettings>

Property Value

(resourceGroupName: string, targetName: string, options?: SolutionsListByTargetOptionalParams) => PagedAsyncIterableIterator<Solution, Solution[], PageSettings>

update

Update a Solution Resource

update: (resourceGroupName: string, targetName: string, solutionName: string, properties: SolutionUpdate, options?: SolutionsUpdateOptionalParams) => PollerLike<OperationState<Solution>, Solution>

Property Value

(resourceGroupName: string, targetName: string, solutionName: string, properties: SolutionUpdate, options?: SolutionsUpdateOptionalParams) => PollerLike<OperationState<Solution>, Solution>