HostedServiceGetDetailedResponse::Deployment::Locked Property

 

Gets or sets whether the deployment is locked for new write operations.

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

public:
property bool Locked {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the deployment is locked because an existing operation is updating the deployment; otherwise false.

Return to top
Show: