Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlScript

Package version

SQL script. Interface representing a SqlScript.

Hierarchy

  • SqlScript

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

content

The content of the SQL script.

Optional description

description: undefined | string

The description of the SQL script.

Optional type

The type of the SQL script.

Methods

createOrUpdateSqlScript

deleteSqlScript

  • deleteSqlScript(sqlScriptName: string, options?: coreHttp.OperationOptions): Promise<LROPoller<coreHttp.RestResponse>>
  • Deletes a Sql Script.

    Parameters

    • sqlScriptName: string

      The sql script name.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<LROPoller<coreHttp.RestResponse>>

getSqlScript

listSqlScriptsByWorkspace

  • listSqlScriptsByWorkspace(options?: coreHttp.OperationOptions): PagedAsyncIterableIterator<SqlScriptResource>

renameSqlScript

  • renameSqlScript(sqlScriptName: string, request: ArtifactRenameRequest, options?: coreHttp.OperationOptions): Promise<LROPoller<coreHttp.RestResponse>>

Generated using TypeDoc