Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SolutionProperties

Package version

interface

An interface representing SolutionProperties. Solution properties supported by the OperationsManagement resource provider.

extends

BaseResource

Hierarchy

  • any
    • SolutionProperties

Index

Properties

Optional containedResources

containedResources: string[]
member

{string[]} [containedResources] The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

Optional provisioningState

provisioningState: undefined | string
member

{string} [provisioningState] The provisioning state for the solution. NOTE: This property will not be serialized. It can only be populated by the server.

Optional referencedResources

referencedResources: string[]
member

{string[]} [referencedResources] The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.

workspaceResourceId

workspaceResourceId: string
member

{string} workspaceResourceId The azure resourceId for the workspace where the solution will be deployed/enabled.

Generated using TypeDoc