PrivateLinkResourcesClient Interface

public interface PrivateLinkResourcesClient

An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResourceListResultInner listByStorageSyncService(String resourceGroupName, String storageSyncServiceName)

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

abstract Response<PrivateLinkResourceListResultInner> listByStorageSyncServiceWithResponse(String resourceGroupName, String storageSyncServiceName, Context context)

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

Method Details

listByStorageSyncService

public abstract PrivateLinkResourceListResultInner listByStorageSyncService(String resourceGroupName, String storageSyncServiceName)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
storageSyncServiceName - Name of Storage Sync Service resource.

Returns:

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

listByStorageSyncServiceWithResponse

public abstract Response<PrivateLinkResourceListResultInner> listByStorageSyncServiceWithResponse(String resourceGroupName, String storageSyncServiceName, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
storageSyncServiceName - Name of Storage Sync Service resource.
context - The context to associate with this operation.

Returns:

the private link resources that need to be created for a storage sync service along with Response<T>.

Applies to