Share via


MockableStorageSyncSubscriptionResource.GetStorageSyncServices Method

Definition

Get a StorageSyncService list by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.StorageSync/storageSyncServices
  • Operation Id: StorageSyncServices_ListBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.StorageSync.StorageSyncServiceResource> GetStorageSyncServices (System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageSyncServices : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageSync.StorageSyncServiceResource>
override this.GetStorageSyncServices : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageSync.StorageSyncServiceResource>
Public Overridable Function GetStorageSyncServices (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StorageSyncServiceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to