你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Deployment Class

Definition

User credentials used for publishing activity.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.DeploymentTypeConverter))]
public class Deployment : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IDeployment, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.DeploymentTypeConverter))>]
type Deployment = class
    interface IDeployment
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class Deployment
Implements IDeployment, IValidates
Inheritance
Deployment
Attributes
Implements

Constructors

Deployment()

Creates an new Deployment instance.

Properties

Active

True if deployment is currently active, false if completed and null if not started.

Author

Who authored the deployment.

AuthorEmail

Author email.

Deployer

Who performed the deployment.

Detail

Details on deployment.

EndTime

End time.

Id

Resource Id.

Kind

Kind of resource.

Message

Details about deployment status.

Name

Resource Name.

StartTime

Start time.

Status

Deployment status.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Deployment.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Deployment.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IDeployment.

FromJsonString(String)

Creates a new instance of Deployment, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Deployment into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to