Interface PrivateLinkResource


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

    Modifier and Type
    Method
    Description
    Gets the groupId property: e.g.
    id()
    Gets the id property: Fully qualified identifier of the resource.
    Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.PrivateLinkResourceInner object.
    Gets the name property: Name of the resource.
    Gets the requiredMembers property: [backup-ecs1, backup-prot1, backup-prot1b, backup-prot1c, backup-id1].
    Gets the requiredZoneNames property: The private link resource Private link DNS zone name.
    Gets the type property: e.g.
  • 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: e.g. Microsoft.RecoveryServices/vaults/privateLinkResources.
      Returns:
      the type value.
    • groupId

      String groupId()
      Gets the groupId property: e.g. f9ad6492-33d4-4690-9999-6bfd52a0d081 (Backup) or f9ad6492-33d4-4690-9999-6bfd52a0d082 (SiteRecovery).
      Returns:
      the groupId value.
    • requiredMembers

      List<String> requiredMembers()
      Gets the requiredMembers property: [backup-ecs1, backup-prot1, backup-prot1b, backup-prot1c, backup-id1].
      Returns:
      the requiredMembers value.
    • requiredZoneNames

      List<String> requiredZoneNames()
      Gets the requiredZoneNames property: The private link resource Private link DNS zone name.
      Returns:
      the requiredZoneNames value.
    • innerModel

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