Share via


Deployment Class

Definition

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

Constructors

Deployment()

Properties

Active
Author
AuthorEmail
Deployer
Detail
EndTime
Id
Kind
Message
Name
StartTime
Status
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to