DeploymentInner Class

Definition

User credentials used for publishing activity.

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

Constructors

DeploymentInner()

Initializes a new instance of the DeploymentInner class.

DeploymentInner(String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String)

Initializes a new instance of the DeploymentInner 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

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

Gets or sets details about deployment status.

Name

Resource name

(Inherited from ProxyResource)
StartTime

Gets or sets start time.

Status

Gets or sets deployment status.

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