Share via


DataLakeAnalyticsExtensions.GetDataLakeAnalyticsStorageContainerResource Method

Definition

Gets an object representing a DataLakeAnalyticsStorageContainerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a DataLakeAnalyticsStorageContainerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeAnalyticsStorageContainerResource(ResourceIdentifier) instead.

public static Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageContainerResource GetDataLakeAnalyticsStorageContainerResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetDataLakeAnalyticsStorageContainerResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageContainerResource
<Extension()>
Public Function GetDataLakeAnalyticsStorageContainerResource (client As ArmClient, id As ResourceIdentifier) As DataLakeAnalyticsStorageContainerResource

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DataLakeAnalyticsStorageContainerResource object.

Exceptions

client is null.

Applies to