BatchAccountUpdateResponse.Resource Property

 

Optional. The returned account resource.

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

Syntax

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

Property Value

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

See Also

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

Return to top