AccountBaseProperties.AutoStorage Property

 

Optional. Gets or sets properties relating to auto storage.

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

public AutoStorageBaseProperties AutoStorage { get; set; }
public:
property AutoStorageBaseProperties^ AutoStorage {
    AutoStorageBaseProperties^ get();
    void set(AutoStorageBaseProperties^ value);
}
member AutoStorage : AutoStorageBaseProperties with get, set
Public Property AutoStorage As AutoStorageBaseProperties

Property Value

Type: Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties

See Also

AccountBaseProperties Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top