Share via


DeploymentInstance Constructors

Definition

Overloads

DeploymentInstance()

Initializes a new instance of the DeploymentInstance class.

DeploymentInstance(String, String, String, String)

Initializes a new instance of the DeploymentInstance class.

DeploymentInstance()

Initializes a new instance of the DeploymentInstance class.

public DeploymentInstance ();
Public Sub New ()

Applies to

DeploymentInstance(String, String, String, String)

Initializes a new instance of the DeploymentInstance class.

public DeploymentInstance (string name = default, string status = default, string reason = default, string discoveryStatus = default);
new Microsoft.Azure.Management.AppPlatform.Models.DeploymentInstance : string * string * string * string -> Microsoft.Azure.Management.AppPlatform.Models.DeploymentInstance
Public Sub New (Optional name As String = Nothing, Optional status As String = Nothing, Optional reason As String = Nothing, Optional discoveryStatus As String = Nothing)

Parameters

name
String

Name of the deployment instance

status
String

Status of the deployment instance

reason
String

Failed reason of the deployment instance

discoveryStatus
String

Discovery status of the deployment instance

Applies to