Share via


DeploymentGetResponse.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)

Syntax

public Nullable<bool> Locked { get; set; }
public:
property Nullable<bool> Locked {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member Locked : Nullable<bool> with get, set
Public Property Locked As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

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

See Also

DeploymentGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top