NetAppExtensions.GetNetAppSubscriptionQuotaItems Method

Definition

Gets a collection of NetAppSubscriptionQuotaItems in the SubscriptionResource<item> Mocking. To mock this method, please mock GetNetAppSubscriptionQuotaItems(AzureLocation) instead. </item>

public static Azure.ResourceManager.NetApp.NetAppSubscriptionQuotaItemCollection GetNetAppSubscriptionQuotaItems(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetNetAppSubscriptionQuotaItems : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.NetApp.NetAppSubscriptionQuotaItemCollection
<Extension()>
Public Function GetNetAppSubscriptionQuotaItems (subscriptionResource As SubscriptionResource, location As AzureLocation) As NetAppSubscriptionQuotaItemCollection

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

location
AzureLocation

The location for the resource.

Returns

An object representing collection of NetAppSubscriptionQuotaItems and their operations over a NetAppSubscriptionQuotaItemResource.

Exceptions

subscriptionResource is null.

Applies to