PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listByStorageSyncService(string, string, PrivateLinkResourcesListByStorageSyncServiceOptionalParams)

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

Method Details

listByStorageSyncService(string, string, PrivateLinkResourcesListByStorageSyncServiceOptionalParams)

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

function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: PrivateLinkResourcesListByStorageSyncServiceOptionalParams): Promise<PrivateLinkResourceListResult>

Parameters

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