Share via


IMSDeployCore Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreTypeConverter))]
public interface IMSDeployCore : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreTypeConverter))>]
type IMSDeployCore = interface
    interface IJsonSerializable
Public Interface IMSDeployCore
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AppOffline

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

ConnectionString

SQL Connection String

DbType

Database Type

PackageUri

Package URI

SetParameter

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

SetParametersXmlFileUri

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

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to