Share via


AccountResource.AutoStorage Property

 

Gets or sets the properties and status of any auto storage account associated with the account.

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

Syntax

[JsonPropertyAttribute(PropertyName = "properties.autoStorage")]
public AutoStorageProperties AutoStorage { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "properties.autoStorage")]
property AutoStorageProperties^ AutoStorage {
    AutoStorageProperties^ get();
    void set(AutoStorageProperties^ value);
}
[<JsonPropertyAttribute(PropertyName = "properties.autoStorage")>]
member AutoStorage : AutoStorageProperties with get, set
<JsonPropertyAttribute(PropertyName := "properties.autoStorage")>
Public Property AutoStorage As AutoStorageProperties

Property Value

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

See Also

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

Return to top