CsmDeploymentStatusProperties 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.
CsmDeploymentStatus resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmDeploymentStatusPropertiesTypeConverter))]
public class CsmDeploymentStatusProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICsmDeploymentStatusProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmDeploymentStatusPropertiesTypeConverter))>]
type CsmDeploymentStatusProperties = class
interface ICsmDeploymentStatusProperties
interface IJsonSerializable
Public Class CsmDeploymentStatusProperties
Implements ICsmDeploymentStatusProperties
- Inheritance
-
CsmDeploymentStatusProperties
- Attributes
- Implements
Constructors
CsmDeploymentStatusProperties() |
Creates an new CsmDeploymentStatusProperties instance. |
Properties
DeploymentId |
Deployment operation id. |
Error |
List of errors. |
FailedInstancesLog |
List of URLs pointing to logs for instances which failed to provision. |
NumberOfInstancesFailed |
Number of site instances failed to provision. |
NumberOfInstancesInProgress |
Number of site instances currently being provisioned. |
NumberOfInstancesSuccessful |
Number of site instances provisioned successfully. |
Status |
Deployment build status. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CsmDeploymentStatusProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CsmDeploymentStatusProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICsmDeploymentStatusProperties. |
FromJsonString(String) |
Creates a new instance of CsmDeploymentStatusProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CsmDeploymentStatusProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |