Freigeben über


StorageCacheExtensions.GetAmlFileSystems Methode

Definition

Überlädt

GetAmlFileSystems(ResourceGroupResource)

Ruft eine Auflistung von AmlFileSystemResources in der ResourceGroupResource ab.

GetAmlFileSystems(SubscriptionResource, CancellationToken)

Gibt alle AML-Dateisysteme zurück, auf die der Benutzer unter einem Abonnement Zugriff hat.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/amlFilesystems
  • Vorgangs-IdamlFilesystems_List

GetAmlFileSystems(ResourceGroupResource)

Ruft eine Auflistung von AmlFileSystemResources in der ResourceGroupResource ab.

public static Azure.ResourceManager.StorageCache.AmlFileSystemCollection GetAmlFileSystems (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetAmlFileSystems : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.StorageCache.AmlFileSystemCollection
<Extension()>
Public Function GetAmlFileSystems (resourceGroupResource As ResourceGroupResource) As AmlFileSystemCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von AmlFileSystemResources und deren Vorgänge über eine AmlFileSystemResource darstellt.

Gilt für:

GetAmlFileSystems(SubscriptionResource, CancellationToken)

Gibt alle AML-Dateisysteme zurück, auf die der Benutzer unter einem Abonnement Zugriff hat.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/amlFilesystems
  • Vorgangs-IdamlFilesystems_List
public static Azure.Pageable<Azure.ResourceManager.StorageCache.AmlFileSystemResource> GetAmlFileSystems (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAmlFileSystems : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageCache.AmlFileSystemResource>
<Extension()>
Public Function GetAmlFileSystems (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AmlFileSystemResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AmlFileSystemResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: