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
Group |
get(String resourceGroupName, String accountName, String groupId)
Get the specified private link resource associated with the device update account. |
|
abstract
Response<Group |
getWithResponse(String resourceGroupName, String accountName, String groupId, Context context)
Get the specified private link resource associated with the device update account. |
|
abstract
Paged |
listByAccount(String resourceGroupName, String accountName)
List all private link resources in a device update account. |
|
abstract
Paged |
listByAccount(String resourceGroupName, String accountName, Context context)
List all private link resources in a device update account. |
Method Details
get
public abstract GroupInformationInner get(String resourceGroupName, String accountName, String groupId)
Get the specified private link resource associated with the device update account.
Parameters:
Returns:
getWithResponse
public abstract Response<GroupInformationInner> getWithResponse(String resourceGroupName, String accountName, String groupId, Context context)
Get the specified private link resource associated with the device update account.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName)
List all private link resources in a device update account.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName, Context context)
List all private link resources in a device update account.
Parameters:
Returns: