Freigeben über


ElasticSanExtensions.GetElasticSans Methode

Definition

Überlädt

GetElasticSans(ResourceGroupResource)

Ruft eine Auflistung von ElasticSanResources in resourceGroupResource ab.

GetElasticSans(SubscriptionResource, CancellationToken)

Ruft eine Liste von ElasticSans in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Vorgangs-IdElasticSans_ListBySubscription

GetElasticSans(ResourceGroupResource)

Ruft eine Auflistung von ElasticSanResources in resourceGroupResource ab.

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

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von ElasticSanResources und deren Vorgängen über eine ElasticSanResource darstellt.

Gilt für:

GetElasticSans(SubscriptionResource, CancellationToken)

Ruft eine Liste von ElasticSans in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Vorgangs-IdElasticSans_ListBySubscription
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)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ElasticSanResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: