PrivateLinksClient Interface
public interface PrivateLinksClient
An instance of this class provides access to all the operations defined in PrivateLinksClient.
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 PrivateLinkResourceInner get(String resourceGroupName, String resourceName, String groupId)
Get a private link resource of a IoT Central Application.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResourceInner> 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<PrivateLinkResourceInner> list(String resourceGroupName, String resourceName)
Get all private link resources of a IoT Central Application.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkResourceInner> list(String resourceGroupName, String resourceName, Context context)
Get all private link resources of a IoT Central Application.
Parameters:
Returns: