Interface PrivateLinkResource


public interface PrivateLinkResource
An interface representing a private link resource.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      List<String> requiredMemberNames()
      Gets the collection of required member names of Private link resource.
      Returns:
      The collection of required member names of Private link resource.
    • requiredDnsZoneNames

      List<String> requiredDnsZoneNames()
      Gets the collection of DNS zone names of Private link resource.
      Returns:
      The collection of DNS zone names of Private link resource.