ElasticSanExtensions.GetElasticSans Method

Definition

Overloads

GetElasticSans(ResourceGroupResource)

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

GetElasticSans(SubscriptionResource, CancellationToken)

Gets a list of ElasticSans in a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Operation Id: ElasticSans_ListBySubscription
  • Default Api Version: 2023-01-01
  • Resource: ElasticSanResource

GetElasticSans(ResourceGroupResource)

Source:
ElasticSanExtensions.cs
Source:
ElasticSanExtensions.cs

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

public static Azure.ResourceManager.ElasticSan.ElasticSanCollection GetElasticSans (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetElasticSans : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ElasticSan.ElasticSanCollection
<Extension()>
Public Function GetElasticSans (resourceGroupResource As ResourceGroupResource) As ElasticSanCollection

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of ElasticSanResources and their operations over a ElasticSanResource.

Exceptions

resourceGroupResource is null.

Applies to

GetElasticSans(SubscriptionResource, CancellationToken)

Source:
ElasticSanExtensions.cs
Source:
ElasticSanExtensions.cs

Gets a list of ElasticSans in a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Operation Id: ElasticSans_ListBySubscription
  • Default Api Version: 2023-01-01
  • Resource: ElasticSanResource
public static Azure.Pageable<Azure.ResourceManager.ElasticSan.ElasticSanResource> GetElasticSans (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetElasticSans : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ElasticSan.ElasticSanResource>
<Extension()>
Public Function GetElasticSans (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ElasticSanResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to