MSDeployStatus Class

Definition

MSDeploy ARM response

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

Constructors

MSDeployStatus()

Initializes a new instance of the MSDeployStatus class.

MSDeployStatus(String, String, String, String, String, Nullable<MSDeployProvisioningState>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>)

Initializes a new instance of the MSDeployStatus class.

Properties

Complete

Gets whether the deployment operation has completed

Deployer

Gets username of deployer

EndTime

Gets end time of deploy operation

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
ProvisioningState

Gets provisioning state. Possible values include: 'accepted', 'running', 'succeeded', 'failed', 'canceled'

StartTime

Gets start time of deploy operation

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to