PrivateLinkResources Interface
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Private |
get(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)
Get a private link resource. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName, Context context)
Get a private link resource. |
|
abstract
Paged |
listByResource(String resourceGroupName, String parentType, String parentName)
List private link resources under specific topic, domain, or partner namespace or namespace. |
|
abstract
Paged |
listByResource(String resourceGroupName, String parentType, String parentName, String filter, Integer top, Context context)
List private link resources under specific topic, domain, or partner namespace or namespace. |
Method Details
get
public abstract PrivateLinkResource get(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)
Get a private link resource. Get properties of a private link resource.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName, Context context)
Get a private link resource. Get properties of a private link resource.
Parameters:
Returns:
listByResource
public abstract PagedIterable<PrivateLinkResource> listByResource(String resourceGroupName, String parentType, String parentName)
List private link resources under specific topic, domain, or partner namespace or namespace. List all the private link resources under a topic, domain, or partner namespace or namespace.
Parameters:
Returns:
listByResource
public abstract PagedIterable<PrivateLinkResource> listByResource(String resourceGroupName, String parentType, String parentName, String filter, Integer top, Context context)
List private link resources under specific topic, domain, or partner namespace or namespace. List all the private link resources under a topic, domain, or partner namespace or namespace.
Parameters:
Returns: