MSDeployStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MSDeploy ARM response
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.MSDeployStatusTypeConverter))]
public class MSDeployStatus : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IMSDeployStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.MSDeployStatusTypeConverter))>]
type MSDeployStatus = class
interface IMSDeployStatus
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class MSDeployStatus
Implements IMSDeployStatus, IValidates
- Inheritance
-
MSDeployStatus
- Attributes
- Implements
Constructors
MSDeployStatus() |
Creates an new MSDeployStatus instance. |
Properties
Complete |
Whether the deployment operation has completed |
Deployer |
Username of deployer |
EndTime |
End time of deploy operation |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
ProvisioningState |
Provisioning state |
StartTime |
Start time of deploy operation |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MSDeployStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MSDeployStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IMSDeployStatus. |
FromJsonString(String) |
Creates a new instance of MSDeployStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MSDeployStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |