PrivateLinks Interface
public interface PrivateLinks
Resource collection API of PrivateLinks.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Private |
get(String resourceGroupName, String resourceName, String groupId)
Get a private link resource of a IoT Central Application. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String resourceName, String groupId, Context context)
Get a private link resource of a IoT Central Application. |
|
abstract
Paged |
list(String resourceGroupName, String resourceName)
Get all private link resources of a IoT Central Application. |
|
abstract
Paged |
list(String resourceGroupName, String resourceName, Context context)
Get all private link resources of a IoT Central Application. |
Method Details
get
public abstract PrivateLinkResource get(String resourceGroupName, String resourceName, String groupId)
Get a private link resource of a IoT Central Application.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String resourceName, String groupId, Context context)
Get a private link resource of a IoT Central Application.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String resourceName)
Get all private link resources of a IoT Central Application.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String resourceName, Context context)
Get all private link resources of a IoT Central Application.
Parameters:
Returns: