你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateLinkResource Interface
public interface PrivateLinkResource
An interface representing a private link resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
groupId()
Gets the group ID of Private link resource. |
abstract List<String> |
requiredDnsZoneNames()
Gets the collection of DNS zone names of Private link resource. |
abstract List<String> |
requiredMemberNames()
Gets the collection of required member names of Private link resource. |
Method Details
groupId
public abstract String groupId()
Gets the group ID of Private link resource.
Returns:
The group ID of Private link resource.
requiredDnsZoneNames
public abstract List
Gets the collection of DNS zone names of Private link resource.
Returns:
The collection of DNS zone names of Private link resource.
requiredMemberNames
public abstract List
Gets the collection of required member names of Private link resource.
Returns:
The collection of required member names of Private link resource.