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
Private |
get(String resourceGroupName, String accountName, String privateLinkResourceName)
Gets information about the specified private link resource. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String accountName, String privateLinkResourceName, Context context)
Gets information about the specified private link resource. |
|
abstract
Paged |
listByBatchAccount(String resourceGroupName, String accountName)
Lists all of the private link resources in the specified account. |
|
abstract
Paged |
listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, Context context)
Lists all of the private link resources in the specified account. |
Method Details
get
public abstract PrivateLinkResourceInner get(String resourceGroupName, String accountName, String privateLinkResourceName)
Gets information about the specified private link resource.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResourceInner> getWithResponse(String resourceGroupName, String accountName, String privateLinkResourceName, Context context)
Gets information about the specified private link resource.
Parameters:
Returns:
listByBatchAccount
public abstract PagedIterable<PrivateLinkResourceInner> listByBatchAccount(String resourceGroupName, String accountName)
Lists all of the private link resources in the specified account.
Parameters:
Returns:
listByBatchAccount
public abstract PagedIterable<PrivateLinkResourceInner> listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, Context context)
Lists all of the private link resources in the specified account.
Parameters:
Returns: