你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SupportsListingPrivateLinkResource Interface

public interface SupportsListingPrivateLinkResource

Provides access to listing Private link resources for an Azure resource.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<PrivateLinkResource> listPrivateLinkResources()

Gets the collection of supported Private link resource.

abstract PagedFlux<PrivateLinkResource> listPrivateLinkResourcesAsync()

Gets the collection of supported Private link resource.

Method Details

listPrivateLinkResources

public abstract PagedIterable listPrivateLinkResources()

Gets the collection of supported Private link resource.

Returns:

the collection of supported Private link resource.

listPrivateLinkResourcesAsync

public abstract PagedFlux listPrivateLinkResourcesAsync()

Gets the collection of supported Private link resource.

Returns:

the collection of supported Private link resource.

Applies to