DeploymentGetPackageParameters.OverwriteExisting Property

 

Gets or sets whether an existing package in the storage container should be overwritten.

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

true if the package should be overwritten; otherwise false.

See Also

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

Return to top