AccountResource.Properties Property

 

Optional. The properties associated with the account.

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

Syntax

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

Property Value

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

See Also

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

Return to top