Deployment 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.
User credentials used for publishing activity.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DeploymentTypeConverter))]
public class Deployment : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDeployment, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DeploymentTypeConverter))>]
type Deployment = class
interface IDeployment
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class Deployment
Implements IDeployment, IValidates
- Inheritance
-
Deployment
- Attributes
- Implements
Constructors
Deployment() |
Creates an new Deployment instance. |
Properties
Active |
True if deployment is currently active, false if completed and null if not started. |
Author |
Who authored the deployment. |
AuthorEmail |
Author email. |
Deployer |
Who performed the deployment. |
Detail |
Details on deployment. |
EndTime |
End time. |
Id |
Resource Id. |
Kind |
Kind of resource. |
Message |
Details about deployment status. |
Name |
Resource Name. |
StartTime |
Start time. |
Status |
Deployment status. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Deployment. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Deployment. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDeployment. |
FromJsonString(String) |
Creates a new instance of Deployment, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Deployment into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |