다음을 통해 공유


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 requiredDnsZoneNames()

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 requiredMemberNames()

Gets the collection of required member names of Private link resource.

Returns:

The collection of required member names of Private link resource.

Applies to