MSDeploy Class

Definition

MSDeploy ARM PUT information

[Microsoft.Rest.Serialization.JsonTransformation]
public class MSDeploy : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MSDeploy = class
    inherit ProxyOnlyResourceInner
Public Class MSDeploy
Inherits ProxyOnlyResourceInner
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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to