MSDeploy Class

Definition

MSDeploy ARM PUT information

[Microsoft.Rest.Serialization.JsonTransformation]
public class MSDeploy : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MSDeploy = class
    inherit ProxyOnlyResource
Public Class MSDeploy
Inherits ProxyOnlyResource
Inheritance
Attributes

Constructors

MSDeploy()

Initializes a new instance of the MSDeploy class.

MSDeploy(String, String, String, String, String, String, String, String, IDictionary<String,String>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the MSDeploy class.

Properties

AppOffline

Gets or sets sets the AppOffline rule while the MSDeploy operation executes. Setting is &lt;code&gt;false&lt;/code&gt; by default.

ConnectionString

Gets or sets SQL Connection String

DbType

Gets or sets database Type

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
PackageUri

Gets or sets package URI

SetParameters

Gets or sets mSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.

SetParametersXmlFileUri

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

SkipAppData

Gets or sets controls whether the MSDeploy operation skips the App_Data directory. If set to &lt;code&gt;true&lt;/code&gt;, 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 &lt;code&gt;false&lt;/code&gt; by default.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to