DataLakeAnalyticsExtensions.GetDataLakeAnalyticsAccounts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of DataLakeAnalyticsAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDataLakeAnalyticsAccounts() instead.
public static Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsAccountCollection GetDataLakeAnalyticsAccounts (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetDataLakeAnalyticsAccounts : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsAccountCollection
<Extension()>
Public Function GetDataLakeAnalyticsAccounts (resourceGroupResource As ResourceGroupResource) As DataLakeAnalyticsAccountCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of DataLakeAnalyticsAccountResources and their operations over a DataLakeAnalyticsAccountResource.
Exceptions
resourceGroupResource
is null.
Applies to
Azure SDK for .NET