Freigeben über


StorageSyncExtensions.GetStorageSyncServices Methode

Definition

Überlädt

GetStorageSyncServices(ResourceGroupResource)

Ruft eine Auflistung von StorageSyncServiceResources in resourceGroupResource ab.

GetStorageSyncServices(SubscriptionResource, CancellationToken)

Rufen Sie eine StorageSyncService-Liste nach Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.StorageSync/storageSyncServices
  • Vorgang IdStorageSyncServices_ListBySubscription

GetStorageSyncServices(ResourceGroupResource)

Ruft eine Auflistung von StorageSyncServiceResources in resourceGroupResource ab.

public static Azure.ResourceManager.StorageSync.StorageSyncServiceCollection GetStorageSyncServices (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetStorageSyncServices : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.StorageSync.StorageSyncServiceCollection
<Extension()>
Public Function GetStorageSyncServices (resourceGroupResource As ResourceGroupResource) As StorageSyncServiceCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Sammlung von StorageSyncServiceResources und deren Vorgänge über eine StorageSyncServiceResource darstellt.

Gilt für:

GetStorageSyncServices(SubscriptionResource, CancellationToken)

Rufen Sie eine StorageSyncService-Liste nach Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.StorageSync/storageSyncServices
  • Vorgang IdStorageSyncServices_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.StorageSync.StorageSyncServiceResource> GetStorageSyncServices (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetStorageSyncServices : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageSync.StorageSyncServiceResource>
<Extension()>
Public Function GetStorageSyncServices (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StorageSyncServiceResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der StorageSyncServiceResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: