DeploymentProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeploymentPropertiesTypeConverter))]
public class DeploymentProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeploymentPropertiesTypeConverter))>]
type DeploymentProperties = class
    interface IDeploymentProperties
    interface IJsonSerializable
Public Class DeploymentProperties
Implements IDeploymentProperties
Inheritance
DeploymentProperties
Attributes
Implements

Constructors

DeploymentProperties()

Properties

Active
Author
AuthorEmail
Deployer
Detail
EndTime
Message
StartTime
Status

Methods

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

Applies to