DeploymentUpdateStatusParameters Constructor (UpdatedDeploymentStatus)

 

Initializes a new instance of the DeploymentUpdateStatusParameters class with required arguments.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public DeploymentUpdateStatusParameters(
    UpdatedDeploymentStatus status
)
public:
DeploymentUpdateStatusParameters(
    UpdatedDeploymentStatus status
)
new : 
        status:UpdatedDeploymentStatus -> DeploymentUpdateStatusParameters
Public Sub New (
    status As UpdatedDeploymentStatus
)

See Also

DeploymentUpdateStatusParameters Overload
DeploymentUpdateStatusParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top