Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MSDeploy

Package version

MSDeploy ARM PUT information

Hierarchy

Index

Properties

Optional appOffline

appOffline: undefined | false | true

Sets the AppOffline rule while the MSDeploy operation executes. Setting is false by default.

Optional connectionString

connectionString: undefined | string

SQL Connection String

Optional dbType

dbType: undefined | string

Database Type

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: undefined | string

Kind of resource.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional packageUri

packageUri: undefined | string

Package URI

Optional setParameters

setParameters: undefined | object

MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.

Optional setParametersXmlFileUri

setParametersXmlFileUri: undefined | string

URI of MSDeploy Parameters file. Must not be set if SetParameters is used.

Optional skipAppData

skipAppData: undefined | false | true

Controls whether the MSDeploy operation skips the App_Data directory. If set to true, the existing App_Data directory on the destination will not be deleted, and any App_Data directory in the source will be ignored. Setting is false by default.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc