Share via


CloudEndpointsOperationsExtensions.ListBySyncGroup Method

Definition

Get a CloudEndpoint List.

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

Parameters

operations
ICloudEndpointsOperations

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.

syncGroupName
String

Name of Sync Group resource.

Returns

Applies to