PrivateLinkResources Interface
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Private |
listByStorageSyncService(String resourceGroupName, String storageSyncServiceName)
Gets the private link resources that need to be created for a storage sync service. |
|
abstract
Response<Private |
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 PrivateLinkResourceListResult listByStorageSyncService(String resourceGroupName, String storageSyncServiceName)
Gets the private link resources that need to be created for a storage sync service.
Parameters:
Returns:
listByStorageSyncServiceWithResponse
public abstract Response<PrivateLinkResourceListResult> listByStorageSyncServiceWithResponse(String resourceGroupName, String storageSyncServiceName, Context context)
Gets the private link resources that need to be created for a storage sync service.
Parameters:
Returns: