MSDeployStatusInner Class

Definition

MSDeploy ARM response

[Microsoft.Rest.Serialization.JsonTransformation]
public class MSDeployStatusInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MSDeployStatusInner = class
    inherit ProxyOnlyResourceInner
Public Class MSDeployStatusInner
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

MSDeployStatusInner()

Initializes a new instance of the MSDeployStatusInner class.

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

Initializes a new instance of the MSDeployStatusInner class.

Properties

Complete

Gets whether the deployment operation has completed

Deployer

Gets username of deployer

EndTime

Gets end time of deploy operation

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)
ProvisioningState

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

StartTime

Gets start time of deploy operation

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