VirtualMachineExtensionListResponse.ResourceExtension.DisallowMajorVersionUpgrade Property

 

Optional. Boolean property indicating whether the extension allows major version upgrade.

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

See Also

VirtualMachineExtensionListResponse.ResourceExtension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top