MSDeploy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 <code>false</code> 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 <code>true</code>, 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 <code>false</code> by default. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET