CsmDeploymentStatus 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.
Deployment status response payload.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmDeploymentStatusTypeConverter))]
public class CsmDeploymentStatus : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICsmDeploymentStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmDeploymentStatusTypeConverter))>]
type CsmDeploymentStatus = class
interface ICsmDeploymentStatus
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class CsmDeploymentStatus
Implements ICsmDeploymentStatus, IValidates
- Inheritance
-
CsmDeploymentStatus
- Attributes
- Implements
Constructors
CsmDeploymentStatus() |
Creates an new CsmDeploymentStatus instance. |
Properties
DeploymentId |
Deployment operation id. |
Error |
List of errors. |
FailedInstancesLog |
List of URLs pointing to logs for instances which failed to provision. |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
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. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CsmDeploymentStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CsmDeploymentStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICsmDeploymentStatus. |
FromJsonString(String) |
Creates a new instance of CsmDeploymentStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CsmDeploymentStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |