BatchAccountListResponse.Accounts Property
Optional. The collection of returned account resources.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public IList<AccountResource> Accounts { get; set; }
public:
property IList<AccountResource^>^ Accounts {
IList<AccountResource^>^ get();
void set(IList<AccountResource^>^ value);
}
member Accounts : IList<AccountResource> with get, set
Public Property Accounts As IList(Of AccountResource)
Property Value
Type: System.Collections.Generic.IList<AccountResource>
See Also
BatchAccountListResponse Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top