Interface PrivateLinkResource


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

    Modifier and Type
    Method
    Description
    Gets the displayName property: The displayName property.
    Gets the groupId property: The groupId property.
    id()
    Gets the id property: Fully qualified identifier of the resource.
    Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PrivateLinkResourceInner object.
    Gets the name property: Name of the resource.
    Gets the requiredMembers property: The requiredMembers property.
    Gets the requiredZoneNames property: The requiredZoneNames property.
    Gets the type property: Type of the resource.
  • Method Details

    • 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

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