ServiceFabricManagedClustersExtensions.GetServiceFabricManagedClusters Method

Definition

Overloads

GetServiceFabricManagedClusters(ResourceGroupResource)

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

GetServiceFabricManagedClusters(SubscriptionResource, CancellationToken)

Gets all Service Fabric cluster resources created or in the process of being created in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • Operation Id: ManagedClusters_ListBySubscription
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedClusterResource

GetServiceFabricManagedClusters(ResourceGroupResource)

Source:
ServiceFabricManagedClustersExtensions.cs
Source:
ServiceFabricManagedClustersExtensions.cs

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

public static Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterCollection GetServiceFabricManagedClusters (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetServiceFabricManagedClusters : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterCollection
<Extension()>
Public Function GetServiceFabricManagedClusters (resourceGroupResource As ResourceGroupResource) As ServiceFabricManagedClusterCollection

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of ServiceFabricManagedClusterResources and their operations over a ServiceFabricManagedClusterResource.

Exceptions

resourceGroupResource is null.

Applies to

GetServiceFabricManagedClusters(SubscriptionResource, CancellationToken)

Source:
ServiceFabricManagedClustersExtensions.cs
Source:
ServiceFabricManagedClustersExtensions.cs

Gets all Service Fabric cluster resources created or in the process of being created in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • Operation Id: ManagedClusters_ListBySubscription
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedClusterResource
public static Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource> GetServiceFabricManagedClusters (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetServiceFabricManagedClusters : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource>
<Extension()>
Public Function GetServiceFabricManagedClusters (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceFabricManagedClusterResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to