Interface PrivateLinkResource
public interface PrivateLinkResource
An interface representing a private link resource.
-
Method Summary
Modifier and TypeMethodDescriptiongroupId()Gets the group ID of Private link resource.Gets the collection of DNS zone names of Private link resource.Gets the collection of required member names of Private link resource.
-
Method Details
-
groupId
String groupId()Gets the group ID of Private link resource.- Returns:
- The group ID of Private link resource.
-
requiredMemberNames
Gets the collection of required member names of Private link resource.- Returns:
- The collection of required member names of Private link resource.
-
requiredDnsZoneNames
Gets the collection of DNS zone names of Private link resource.- Returns:
- The collection of DNS zone names of Private link resource.
-