DataLakeAnalyticsAccountListStorageAccountsResponse.Value Property
Optional. Gets or set the results of the list operation
Namespace: Microsoft.Azure.Management.DataLake.Analytics.Models
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
public IList<StorageAccount> Value { get; set; }
public:
property IList<StorageAccount^>^ Value {
IList<StorageAccount^>^ get();
void set(IList<StorageAccount^>^ value);
}
member Value : IList<StorageAccount> with get, set
Public Property Value As IList(Of StorageAccount)
Property Value
Type: System.Collections.Generic.IList<StorageAccount>
See Also
DataLakeAnalyticsAccountListStorageAccountsResponse Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace
Return to top