Share via


CustomerInsightsExtensions.GetHubs Method

Definition

Overloads

GetHubs(ResourceGroupResource)

Gets a collection of HubResources in the ResourceGroupResource. MockingTo mock this method, please mock GetHubs() instead.

GetHubs(SubscriptionResource, CancellationToken)

Gets all hubs in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CustomerInsights/hubs
  • Operation Id: Hubs_List

GetHubs(ResourceGroupResource)

Source:
CustomerInsightsExtensions.cs

Gets a collection of HubResources in the ResourceGroupResource. MockingTo mock this method, please mock GetHubs() instead.

public static Azure.ResourceManager.CustomerInsights.HubCollection GetHubs (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetHubs : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.CustomerInsights.HubCollection
<Extension()>
Public Function GetHubs (resourceGroupResource As ResourceGroupResource) As HubCollection

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of HubResources and their operations over a HubResource.

Exceptions

resourceGroupResource is null.

Applies to

GetHubs(SubscriptionResource, CancellationToken)

Source:
CustomerInsightsExtensions.cs

Gets all hubs in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CustomerInsights/hubs
  • Operation Id: Hubs_List
public static Azure.Pageable<Azure.ResourceManager.CustomerInsights.HubResource> GetHubs (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetHubs : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CustomerInsights.HubResource>
<Extension()>
Public Function GetHubs (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HubResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of HubResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to