Interface PrivateLinkResource


  • public interface PrivateLinkResource
    An immutable client-side representation of PrivateLinkResource.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified identifier of the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: Name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: Type of the resource.
        Returns:
        the type value.
      • groupId

        String groupId()
        Gets the groupId property: The groupId property.
        Returns:
        the groupId value.
      • displayName

        String displayName()
        Gets the displayName property: The displayName property.
        Returns:
        the displayName value.
      • requiredMembers

        List<String> requiredMembers()
        Gets the requiredMembers property: The requiredMembers property.
        Returns:
        the requiredMembers value.
      • requiredZoneNames

        List<String> requiredZoneNames()
        Gets the requiredZoneNames property: The requiredZoneNames property.
        Returns:
        the requiredZoneNames value.
      • innerModel

        PrivateLinkResourceInner innerModel()
        Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PrivateLinkResourceInner object.
        Returns:
        the inner object.