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)

Public Property Locked As Nullable(Of Boolean)

Property Value

Type: System.Nullable(Of Boolean)

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

Return to top
Show: