ScenariosOperations interface

Interface representing a Scenarios operations.

Properties

createOrUpdate

Create or update a scenario.

delete

Delete a scenario.

get

Get a scenario.

listAll

Get a list of scenarios.

Property Details

createOrUpdate

Create or update a scenario.

createOrUpdate: (resourceGroupName: string, workspaceName: string, scenarioName: string, resource: Scenario, options?: ScenariosCreateOrUpdateOptionalParams) => Promise<Scenario>

Property Value

(resourceGroupName: string, workspaceName: string, scenarioName: string, resource: Scenario, options?: ScenariosCreateOrUpdateOptionalParams) => Promise<Scenario>

delete

Delete a scenario.

delete: (resourceGroupName: string, workspaceName: string, scenarioName: string, options?: ScenariosDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, workspaceName: string, scenarioName: string, options?: ScenariosDeleteOptionalParams) => Promise<void>

get

Get a scenario.

get: (resourceGroupName: string, workspaceName: string, scenarioName: string, options?: ScenariosGetOptionalParams) => Promise<Scenario>

Property Value

(resourceGroupName: string, workspaceName: string, scenarioName: string, options?: ScenariosGetOptionalParams) => Promise<Scenario>

listAll

Get a list of scenarios.

listAll: (resourceGroupName: string, workspaceName: string, options?: ScenariosListAllOptionalParams) => PagedAsyncIterableIterator<Scenario, Scenario[], PageSettings>

Property Value

(resourceGroupName: string, workspaceName: string, options?: ScenariosListAllOptionalParams) => PagedAsyncIterableIterator<Scenario, Scenario[], PageSettings>