PrivateLinkResources Interface
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
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 PrivateLinkResource get(String resourceGroupName, String accountName, String privateLinkResourceName)
Gets information about the specified private link resource.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String accountName, String privateLinkResourceName, Context context)
Gets information about the specified private link resource.
Parameters:
Returns:
listByBatchAccount
public abstract PagedIterable<PrivateLinkResource> listByBatchAccount(String resourceGroupName, String accountName)
Lists all of the private link resources in the specified account.
Parameters:
Returns:
listByBatchAccount
public abstract PagedIterable<PrivateLinkResource> listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, Context context)
Lists all of the private link resources in the specified account.
Parameters:
Returns: