WebPubSubPrivateLinkResources Interface

public interface WebPubSubPrivateLinkResources

Resource collection API of WebPubSubPrivateLinkResources.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String resourceName)

Get the private link resources that need to be created for a resource.

abstract PagedIterable<PrivateLinkResource> 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:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.

Returns:

the private link resources that need to be created for a resource as paginated response with PagedIterable<T>.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.
context - The context to associate with this operation.

Returns:

the private link resources that need to be created for a resource as paginated response with PagedIterable<T>.

Applies to