DeploymentInstance Constructors
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.
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