NetworkExtensions.GetAzureWebCategories(SubscriptionResource) Method

Definition

Gets a collection of AzureWebCategoryResources in the SubscriptionResource. MockingTo mock this method, please mock GetAzureWebCategories() instead.

public static Azure.ResourceManager.Network.AzureWebCategoryCollection GetAzureWebCategories (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource);
static member GetAzureWebCategories : Azure.ResourceManager.Resources.SubscriptionResource -> Azure.ResourceManager.Network.AzureWebCategoryCollection
<Extension()>
Public Function GetAzureWebCategories (subscriptionResource As SubscriptionResource) As AzureWebCategoryCollection

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

Returns

An object representing collection of AzureWebCategoryResources and their operations over a AzureWebCategoryResource.

Exceptions

subscriptionResource is null.

Applies to