DeploymentInner Constructors

Definition

Overloads

DeploymentInner()

Initializes a new instance of the DeploymentInner class.

C#
public DeploymentInner();

Applies to

Azure SDK for .NET Legacy
Produkt Versionen
Azure SDK for .NET Legacy

DeploymentInner(String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String)

Initializes a new instance of the DeploymentInner class.

C#
public DeploymentInner(string id = default, string name = default, string type = default, string kind = default, int? status = default, string message = default, string author = default, string deployer = default, string authorEmail = default, DateTime? startTime = default, DateTime? endTime = default, bool? active = default, string details = default);

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

status
Nullable<Int32>

Deployment status.

message
String

Details about deployment status.

author
String

Who authored the deployment.

deployer
String

Who performed the deployment.

authorEmail
String

Author email.

startTime
Nullable<DateTime>

Start time.

endTime
Nullable<DateTime>

End time.

active
Nullable<Boolean>

True if deployment is currently active, false if completed and null if not started.

details
String

Details on deployment.

Applies to

Azure SDK for .NET Legacy
Produkt Versionen
Azure SDK for .NET Legacy