PrivateLinkResources Interface
public interface PrivateLinkResources
Type representing PrivateLinkResources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
rx.Observable<Private |
getAsync(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)
Get a private link resource. |
|
abstract
rx.Observable<Private |
listByResourceAsync(String resourceGroupName, String parentType, String parentName)
List private link resources under specific topic or domain. |
Method Details
getAsync
public abstract Observable<PrivateLinkResource> getAsync(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)
Get a private link resource. Get properties of a private link resource.
Parameters:
Returns:
listByResourceAsync
public abstract Observable<PrivateLinkResource> listByResourceAsync(String resourceGroupName, String parentType, String parentName)
List private link resources under specific topic or domain. List all the private link resources under a topic or domain.
Parameters:
Returns: