MSDeployStatus 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 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
- 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
Azure SDK for .NET