WebPubSubPrivateLinkResources Interface
public interface WebPubSubPrivateLinkResources
Resource collection API of WebPubSubPrivateLinkResources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceGroupName, String resourceName)
Get the private link resources that need to be created for a resource. |
|
abstract
Paged |
list(String resourceGroupName, String resourceName, Context context)
Get the private link resources that need to be created for a resource. |
Method Details
list
public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String resourceName)
Get the private link resources that need to be created for a resource.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String resourceName, Context context)
Get the private link resources that need to be created for a resource.
Parameters:
Returns: