PrivateLinkResources Interface
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Group |
get(String resourceGroupName, String resourceName, String resourceId)
Get the specified private link resource for the given Digital Twin. |
|
abstract
Response<Group |
getWithResponse(String resourceGroupName, String resourceName, String resourceId, Context context)
Get the specified private link resource for the given Digital Twin. |
|
abstract
Group |
list(String resourceGroupName, String resourceName)
List private link resources for given Digital Twin. |
|
abstract
Response<Group |
listWithResponse(String resourceGroupName, String resourceName, Context context)
List private link resources for given Digital Twin. |
Method Details
get
public abstract GroupIdInformation get(String resourceGroupName, String resourceName, String resourceId)
Get the specified private link resource for the given Digital Twin.
Parameters:
Returns:
getWithResponse
public abstract Response<GroupIdInformation> getWithResponse(String resourceGroupName, String resourceName, String resourceId, Context context)
Get the specified private link resource for the given Digital Twin.
Parameters:
Returns:
list
public abstract GroupIdInformationResponse list(String resourceGroupName, String resourceName)
List private link resources for given Digital Twin.
Parameters:
Returns:
listWithResponse
public abstract Response<GroupIdInformationResponse> listWithResponse(String resourceGroupName, String resourceName, Context context)
List private link resources for given Digital Twin.
Parameters:
Returns: