Sdílet prostřednictvím


StorageSyncServicesOperationsExtensions.ListByResourceGroup Method

Definition

Get a StorageSyncService list by Resource group name.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService> ListByResourceGroup (this Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations * string -> seq<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService>
<Extension()>
Public Function ListByResourceGroup (operations As IStorageSyncServicesOperations, resourceGroupName As String) As IEnumerable(Of StorageSyncService)

Parameters

operations
IStorageSyncServicesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

Returns

Applies to