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.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 <code>false</code> 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 <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. |
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
Azure SDK for .NET