Sdílet prostřednictvím


RegisteredServersOperationsExtensions.ListByStorageSyncService Method

Definition

Get a given registered server list.

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

Parameters

operations
IRegisteredServersOperations

The operations group for this extension method.

resourceGroupName
String

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

storageSyncServiceName
String

Name of Storage Sync Service resource.

Returns

Applies to