Deployment 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.
User credentials used for publishing activity.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Deployment : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Deployment = class
inherit ProxyOnlyResource
Public Class Deployment
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
Deployment() |
Initializes a new instance of the Deployment class. |
Deployment(String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String) |
Initializes a new instance of the Deployment class. |
Properties
Active |
Gets or sets true if deployment is currently active, false if completed and null if not started. |
Author |
Gets or sets who authored the deployment. |
AuthorEmail |
Gets or sets author email. |
Deployer |
Gets or sets who performed the deployment. |
Details |
Gets or sets details on deployment. |
EndTime |
Gets or sets end time. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Message |
Gets or sets details about deployment status. |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
StartTime |
Gets or sets start time. |
Status |
Gets or sets deployment status. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET