Delen via


PrivateLinkResourcesOperationsExtensions.ListByStorageSyncService Method

Definition

Gets the private link resources that need to be created for a storage sync service.

public static Microsoft.Azure.Management.StorageSync.Models.PrivateLinkResourceListResult ListByStorageSyncService (this Microsoft.Azure.Management.StorageSync.IPrivateLinkResourcesOperations operations, string resourceGroupName, string storageSyncServiceName);
static member ListByStorageSyncService : Microsoft.Azure.Management.StorageSync.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.StorageSync.Models.PrivateLinkResourceListResult
<Extension()>
Public Function ListByStorageSyncService (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, storageSyncServiceName As String) As PrivateLinkResourceListResult

Parameters

operations
IPrivateLinkResourcesOperations

The operations group for this extension method.

resourceGroupName
String

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

storageSyncServiceName
String

The name of the storage sync service name within the specified resource group.

Returns

Applies to