MockableStorageSyncSubscriptionResource.GetStorageSyncServices Method

Definition

Get a StorageSyncService list by subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.StorageSync/storageSyncServices.
  • Operation Id. : StorageSyncServices_ListBySubscription.
  • Default Api Version. : 2022-09-01.
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