Share via


IMSDeployStatusProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MSDeployStatusPropertiesTypeConverter))]
public interface IMSDeployStatusProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MSDeployStatusPropertiesTypeConverter))>]
type IMSDeployStatusProperties = interface
    interface IJsonSerializable
Public Interface IMSDeployStatusProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Complete

Whether the deployment operation has completed

Deployer

Username of deployer

EndTime

End time of deploy operation

ProvisioningState

Provisioning state

StartTime

Start time of deploy operation

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to