MSDeploy interface
MSDeploy ARM PUT information
- Extends
Properties
app |
Sets the AppOffline rule while the MSDeploy operation executes.
Setting is |
connection |
SQL Connection String |
db |
Database Type |
package |
Package URI |
set |
MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used. |
set |
URI of MSDeploy Parameters file. Must not be set if SetParameters is used. |
skip |
Controls whether the MSDeploy operation skips the App_Data directory.
If set to |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
appOffline
Sets the AppOffline rule while the MSDeploy operation executes.
Setting is false
by default.
appOffline?: boolean
Property Value
boolean
connectionString
SQL Connection String
connectionString?: string
Property Value
string
dbType
Database Type
dbType?: string
Property Value
string
packageUri
Package URI
packageUri?: string
Property Value
string
setParameters
MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.
setParameters?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
setParametersXmlFileUri
URI of MSDeploy Parameters file. Must not be set if SetParameters is used.
setParametersXmlFileUri?: string
Property Value
string
skipAppData
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.
skipAppData?: boolean
Property Value
boolean
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type